The CalendarEvent class is used together with CalendarCtrl.
Integer get_week_day()
Returns an integer for the weekday clicked in an
EVT_CALENDAR_WEEKDAY_CLICKED handler. This is an integer corresponding
to the day name that the user clicked upon in a
CalendarCtrl (Sunday = 0, Monday = 1, Tuesday = 2
etc, as in Ruby’s Time class).
It doesn’t make sense to call this method in other handlers.
set_week_day(Integer day)
Sets the week day carried by the event, normally only used by the library internally.
[This page automatically generated from the Textile source at Thu May 01 00:50:33 +0100 2008]