Documentation

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
since

Exchange 2010

$RecurringDateTransition

A time zone transition that occurs on a specified day of the year.

public array<string|int, RecurringDateTransitionType> $RecurringDateTransition = array()
Tags
since

Exchange 2010

$RecurringDayTransition

A time zone transition that occurs on the same day each year.

public array<string|int, RecurringDayTransitionType> $RecurringDayTransition = array()
Tags
since

Exchange 2010

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

        
On this page

Search results