Class Calendar.Event.Date
- Description
This class represents the event of a given gregorian date. For instance, Event.Date(12,10)->next(Day()) finds the next 12 of October.
- Inherit Day_Event
inherit Day_Event : Day_Event
- Method create
Calendar.Event.Date Calendar.Event.Date(
int(1..31)
month_day
,int(1..12)
month
)- Description
The event is created by a given month day and a month number (1=January, 12=December).