Class Calendar.Event.Gregorian_Fixed

Inheritance graph
Description

A set date of year, counting leap day in February, used for the Gregorian fixed events in the events list.

See also

Julian_Fixed


Inherit Day_Event

inherit Day_Event : Day_Event


Constant is_fixed

constant int Calendar.Event.Gregorian_Fixed.is_fixed

Description

This constant may be used to identify Gregorian_Fixed objects.


Method create

Calendar.Event.Gregorian_Fixed Calendar.Event.Gregorian_Fixed(string id, string name, int(1..31) month_day, int(1..12) month, int extra)