PeriodType
extends Type
in package
Defines the name, time offset, and unique identifier for a specific stage of the time zone.
Table of Contents
Properties
- $Bias : string
- An xs:duration value that represents the time offset from Coordinated Universal Time (UTC) for the period.
- $Id : string
- A string value that represents the identifier for the period.
- $Name : string
- A string value that represents the descriptive name of the period.
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
$Bias
An xs:duration value that represents the time offset from Coordinated Universal Time (UTC) for the period.
public
string
$Bias
Tags
$Id
A string value that represents the identifier for the period.
public
string
$Id
Tags
$Name
A string value that represents the descriptive name of the period.
public
string
$Name
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