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