pike.hubbe.net

[Top]
Calendar
Calendar.TimeRange
previousCalendar.TimeRange()->overlaps() Calendar.TimeRange()->preceeds()next

Method Calendar.TimeRange()->place()


Method place

object(TimeRange) Calendar.TimeRange()->place(object(TimeRange) this)
object(TimeRange) Calendar.TimeRange()->place(object(TimeRange) this, int(0..1) force)

Description

This will place the given timerange in this timerange, for instance, day 37 in the year - Year(1934)->place(Day(1948 d37)) => Day(1934 d37).

Note

The rules how to place things in different timeranges can be somewhat 'dwim'.


Extracted from Pike v7.3 release 11 at 2001-11-03.