Table of Contents

Method SetRange

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

SetRange(bool, bool)

Sets possible date range in the native control.

public bool SetRange(bool useMinValue, bool useMaxValue)

Parameters

useMinValue bool
useMaxValue bool

Returns

bool

SetRange(DateTime, DateTime, bool, bool)

Sets date range.

public void SetRange(DateTime min, DateTime max, bool useMin, bool useMax)

Parameters

min DateTime

Minimal date.

max DateTime

Maximal date.

useMin bool

Use minimal date.

useMax bool

use maximal date.