DateTimePicker.setMinDate

Overview | Methods | This Package | All Packages

DateTimePicker.setMinDate

Sets a value indicating the first date that the control allows the user to select.

Syntax

public final void setMinDate( Time date )

Parameters

date

A Time object that represents the first date that is available for selection in the control. Set to null to remove any lower limit for allowable dates. The default value is null.

See Also   getMinDate