[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.
|