TimeZoneType
extends Type
in package
Represents a time zone.
Table of Contents
Properties
- $BaseOffset : int
- Represents the hourly offset from UTC for the current time zone.
- $Daylight : TimeChangeType
- Represents the date and time when the time changes from standard time to daylight saving time.
- $Standard : TimeChangeType
- Represents the date and time when the time changes from daylight saving time to standard time.
- $TimeZoneName : string
- The name of the time zone.
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
$BaseOffset
Represents the hourly offset from UTC for the current time zone.
public
int
$BaseOffset
Tags
$Daylight
Represents the date and time when the time changes from standard time to daylight saving time.
public
TimeChangeType
$Daylight
Tags
$Standard
Represents the date and time when the time changes from daylight saving time to standard time.
public
TimeChangeType
$Standard
Tags
$TimeZoneName
The name of the time zone.
public
string
$TimeZoneName
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