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 abstract void SetRange(DateTime min, DateTime max)

Parameters

min DateTime

Minimal possible date.

max DateTime

Maximal possible date.

SetRange()

Updates possible date range using current settings.

protected void SetRange()