Extracted from Pike v7.6 release 61 at 2005-12-30.
pike.ida.liu.se
[Top]
Calendar
Calendar.Event
Calendar.Event.Event

Method Calendar.Event.Event()->next()


Method next

.TimeRanges.TimeRange next(void|.TimeRanges.TimeRange from, void|int(0..1) including)
.TimeRanges.TimeRange previous(void|.TimeRanges.TimeRange from, void|int(0..1) including)

Description

This calculates the next or previous occurance of the event, from the given timerange's start, including any event occuring at the start if that flag is set.

It returns zero if there is no next event.

These methods are virtual in the base class.