Extracted from Pike v7.4 release 117 at 2004-11-02.
pike.ida.liu.se
[Top]
predef::
Calendar_I
Calendar_I._TimeUnit

Method Calendar_I._TimeUnit()->greater()


Method greater

array(string) greater()

Description

Gives a list of methods to get greater (longer) time units from this object. For a month, this gives back

({"year"})
, thus the method
month->year()
gives the year object.