Sets a value indicating the first date that the control allows the user to select.
public final void setMinDate( Time date )
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