Skip to main content

TdxDateTimeWheelPickerProperties.MinDate Property

Specifies the lower limit for the selected date-time value.

Declaration

property MinDate: TDateTime read; write;

Property Value

Type
TDateTime

Remarks

Use the MaxDate and MinDate properties to specify the range of input date-time values for the editor’s DateTime property. Once the range is specified, wheel items are updated so that only a date-time value within this range can be selected. If the MaxDate and MinDate property values are equal, the editor accepts any date-time value.

Note

The MaxDate, MinDate, and DateTime properties are wrappers that provide date-time value equivalents for the MaxValue, MinValue, and EditValue properties. Modifying the MinDate property sets the AssignedValues.MinDate property flag.

See Also