timeZoneC
Constructor Function for timeZoneC Class
Description
Constructs a timeZoneC object.
Usage
timeZoneC(name)
Arguments
name |
the official name of a built-in time zone object.
Should not be a vector of names.
The default is "utc".
|
Details
The timeZoneC class holds a reference to one of the
built-in C time zone objects. See the documentation on
the timeZoneC class for more information.
Value
returns a timeZoneC object with the given name, or the default
zone name if none is given.
See Also
Examples
timeZoneC()
timeZoneC("us/pacific")