Extracted from Pike v7.4 release 117 at 2004-07-26.
pike.ida.liu.se
[Top]
predef::
Calendar
Calendar.Event
Calendar.Event.Event

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


Method next

TimeRange next(TimeRange from, void|int(0..1) including)
TimeRange previous(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.

This method is virtual in the base class.