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)

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

Parameters

min DateTime
max DateTime
useMin bool
useMax bool