MonthCalendar.setTodayDate

Overview | Methods | This Package | All Packages

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