Units of time
Tip
All time units have helper methods ->asYears()
, ->add()
, ->subtract()
,
->multiply()
and ->divide()
Tip
You can access the list of supported time units at runtime using Time::getSupportedSRIDs()
or
Time::getSupportedSRIDsWithHelp()
Year
new Year(float $year)
Time::makeUnit(float $year, Time::EPSG_YEAR)
Time::makeUnit(float $year, 'urn:ogc:def:uom:EPSG::1029')