ArrayOfTransitionsType
extends ArrayType
in package
Represents an array of time zone transitions.
Table of Contents
Properties
- $AbsoluteDateTransition : array<string|int, AbsoluteDateTransitionType>
- A time zone transition that occurs on a specific date and at a specific time.
- $Id : string
- The unique identifier of the transitions group.
- $RecurringDateTransition : array<string|int, RecurringDateTransitionType>
- A time zone transition that occurs on a specified day of the year.
- $RecurringDayTransition : array<string|int, RecurringDayTransitionType>
- A time zone transition that occurs on the same day each year.
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
$AbsoluteDateTransition
A time zone transition that occurs on a specific date and at a specific time.
public
array<string|int, AbsoluteDateTransitionType>
$AbsoluteDateTransition
= array()
Tags
$Id
The unique identifier of the transitions group.
public
string
$Id
Tags
$RecurringDateTransition
A time zone transition that occurs on a specified day of the year.
public
array<string|int, RecurringDateTransitionType>
$RecurringDateTransition
= array()
Tags
$RecurringDayTransition
A time zone transition that occurs on the same day each year.
public
array<string|int, RecurringDayTransitionType>
$RecurringDayTransition
= array()
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