TimeChangeType
extends Type
in package
Represents the date and time when a time change occurs.
Table of Contents
Properties
- $AbsoluteDate : string
- Represents the date when the time changes from standard time or daylight saving time.
- $Offset : int
- Describes the offset from the BaseOffset.
- $RelativeYearlyRecurrence : RelativeYearlyRecurrencePatternType
- Describes a relative yearly recurrence pattern for a time zone transition date.
- $Time : string
- Describes the time when the time changes between standard time and daylight saving time.
- $TimeZoneName : string
- 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
$AbsoluteDate
Represents the date when the time changes from standard time or daylight saving time.
public
string
$AbsoluteDate
Tags
$Offset
Describes the offset from the BaseOffset.
public
int
$Offset
Together with the BaseOffset element, the Offset element identifies whether the time is standard time or daylight saving time.
Tags
$RelativeYearlyRecurrence
Describes a relative yearly recurrence pattern for a time zone transition date.
public
RelativeYearlyRecurrencePatternType
$RelativeYearlyRecurrence
Tags
$Time
Describes the time when the time changes between standard time and daylight saving time.
public
string
$Time
Tags
$TimeZoneName
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