TimeZoneDefinitionType
extends Type
in package
Defines a timezone.
Table of Contents
Properties
- $Id : string
- Unique identifier of the time zone definition.
- $Name : string
- Descriptive name of the time zone definition.
- $Periods : NonEmptyArrayOfPeriodsType
- Array of Period elements that define the time offset at different stages of the time zone.
- $Transitions : ArrayOfTransitionsType
- Array of time zone transitions.
- $TransitionsGroups : ArrayOfTransitionsGroupsType
- Array of TransitionsGroup elements that specify time zone transitions.
Methods
- __clone() : mixed
- Clones any object properties on a type object when it is cloned. Allows for a deep clone required when using object to represent data types when making a SOAP call.
Properties
$Id
Unique identifier of the time zone definition.
public
string
$Id
Tags
$Name
Descriptive name of the time zone definition.
public
string
$Name
Tags
$Periods
Array of Period elements that define the time offset at different stages of the time zone.
public
NonEmptyArrayOfPeriodsType
$Periods
Tags
$Transitions
Array of time zone transitions.
public
ArrayOfTransitionsType
$Transitions
Tags
$TransitionsGroups
Array of TransitionsGroup elements that specify time zone transitions.
public
ArrayOfTransitionsGroupsType
$TransitionsGroups
Tags
Methods
__clone()
Clones any object properties on a type object when it is cloned. Allows for a deep clone required when using object to represent data types when making a SOAP call.
public
__clone() : mixed