Class Calendar.Event.Monthday_Weekday_Relative

Inheritance graph
Description

This class represents a monthday weekday relative event or n:th special weekday event, e.g. "fourth sunday before 24 dec" => md=24,mn=12,wd=7,n=-4


Inherit Gregorian_Fixed

inherit Gregorian_Fixed : Gregorian_Fixed


Method create

Calendar.Event.Monthday_Weekday_Relative Calendar.Event.Monthday_Weekday_Relative(string id, string name, int(1..31) md, int(1..12) mn, int(1..7) _wd, int _n, void|bool _inclusive)