Extracted from Pike v8.0 release 28 as of 2015-08-03.
   

Method Calendar.TimeRanges.TimeRange()->next()


Method next

TimeRange next()
TimeRange prev()

Description

Next and prev are compatible and convinience functions; a->next() is exactly the same as a+1; a=a->next() is a++.