Class Calendar.Event.Solar
- Description
This class represents a solar event as observed from Earth.
The event_type is one of
0Northern hemisphere spring equinox.
1Northern hemisphere summer solstice.
2Northern hemisphere autumn equinox.
3Northern hemisphere winter solstice.
- Variable event_type
int|voidCalendar.Event.Solar.event_type
- Inherit Day_Event
inherit Day_Event : Day_Event
- Constant periodic_table
Calendar.Event.Solar.protectedconstantperiodic_table- Description
Array array(float)0..Array float0Amplitude in days.
float1Cosine phase in radians in year 2000.
float2Period in radians/year.
- Method create
Calendar.Event.Solar Calendar.Event.Solar(int|voidevent_type)