TransitionTargetType
extends StringType
in package
Specifies the target of the time zone transition.
The target is either a time zone period or a group of time zone transitions.
Table of Contents
Properties
- $_ : string
- Value of the element.
- $Kind : string
- Indicates whether the time zone transition target is a time zone period or of a group of 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
$_
Value of the element.
public
string
$_
$Kind
Indicates whether the time zone transition target is a time zone period or of a group of time zone transitions.
public
string
$Kind
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