Microsoft SDK for Java

MonthCalendar.setTodayDate

Sets the "today" selection for a month calendar control.

Syntax

public void setTodayDate( Time date )

Parameters

date

A Time object that represents the "today" date value. Set to -1 to reset the "today" date value to the default setting (the current system date).

Exceptions

WFCSystemException thrown if this method is unable to change the date value.

See Also   getTodayDate

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