Constructor Function for timeZoneC Class

DESCRIPTION:

Construct a timeZoneC object.

USAGE:

timeZoneC(name=<<see below>>) 
timeZoneC() 

REQUIRED ARGUMENTS:

OPTIONAL ARGUMENTS:

name
The official name of a built-in time zone object. Should not be a vector of names. Default is "utc".

VALUE:

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:

, , class.

EXAMPLES:

timeZoneC() 
timeZoneC("us/pacific")