Extracted from Pike v8.0 release 276 as of 2016-07-29.
   

Class Calendar.Event.Date

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