Microsoft SDK for Java

MonthCalendar.setMaxDate

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

Syntax

public void setMaxDate( Time max )

Parameters

max

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

Exceptions

WFCSystemException thrown if the method cannot set the value.

See Also   getMaxDate

© 1999 Microsoft Corporation. All rights reserved. Terms of use.