Overview | Methods | This Package | All Packages
Sets a value indicating the first date that the control allows the user to select.
Syntax
public void setMinDate( Time min )
Parameters
min
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.
Exceptions
WFCSystemException thrown if this method is unable to set the value.
Remarks
The month calendar control does not support dates earlier than 1601.
See Also getMinDate