TWallCalendar.GetCurrentCalendarDate method
|
Unit
WallCalendar Applies to
TWallCalendar Declaration
function GetCurrentCalendarDate ( var CalendarDate : TDateTime ) : boolean ;
Description
The GetCurrentCalendarDate function allows you to retrieve a TDateTime
representation of the currently "selected" or "highlighted" calendar day.
If the currently selected calendar day is valid, this function returns a
true result, and sets the CalendarDate parameter to the selected date.
This function will return a false result if the currently selected day
cell is not a valid calendar day.
See also: SetCalendarDate