splusTimeDate (version 2.5.0-137)

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".

Value

returns a timeZoneC object with the given name, or the default zone name if none is given.

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.

See Also

timeZoneList, timeZoneR, timeZone class.

Examples

Run this code
timeZoneC() 
timeZoneC("us/pacific") 

Run the code above in your browser using DataLab