Class Calendar.Event.Weekday
- Description
This class represents any given weekday. For instance, Event.Weekday(5)->next(Day()) finds the next friday.
These are also available as the pre-defined events Events.monday, Events.tuesday, Events.wednesday, Events.thursday, Events.friday, Events.saturday and Events.sunday.
- Inherit Day_Event
inherit Day_Event : Day_Event
- Method create
Calendar.Event.Weekday Calendar.Event.Weekday(int weekday, void|string id)
- Description
The event is created by a given weekday number (1=Monday, 7=Sunday).
- Note
The week day numbers used are the same as the day of week in the ISO calendar - the Gregorian calendar has 1=Sunday, 7=Saturday.