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