Table of Contents

Method SetRange

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

SetRange(DateTime, DateTime)

Sets possible date range in the native control.

protected override void SetRange(DateTime min, DateTime max)

Parameters

min DateTime

Minimal possible date.

max DateTime

Maximal possible date.