Method SetRange
SetRange(bool, bool)
Sets possible date range in the native control.
public bool SetRange(bool useMinValue, bool useMaxValue)
Parameters
Returns
SetRange(DateTime, DateTime, bool, bool)
Sets date range.
public void SetRange(DateTime min, DateTime max, bool useMin, bool useMax)