Extracted from Pike v8.0 release 28 as of 2015-09-20.
   

Class Calendar.Event.Monthday_Weekday_Relative

Inheritance graph
Calendar.Event.Event Calendar.Event.Day_Event Calendar.Event.Gregorian_Fixed Calendar.Event.Monthday_Weekday_Relative
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)