Documentation

TimeZoneDefinitionType extends Type
in package

Defines a timezone.

Table of Contents

Properties

$Id  : string
Unique identifier of the time zone definition.
$Name  : string
Descriptive name of the time zone definition.
$Periods  : NonEmptyArrayOfPeriodsType
Array of Period elements that define the time offset at different stages of the time zone.
$Transitions  : ArrayOfTransitionsType
Array of time zone transitions.
$TransitionsGroups  : ArrayOfTransitionsGroupsType
Array of TransitionsGroup elements that specify time zone transitions.

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

$Name

Descriptive name of the time zone definition.

public string $Name
Tags
since

Exchange 2010

$Periods

Array of Period elements that define the time offset at different stages of the time zone.

public NonEmptyArrayOfPeriodsType $Periods
Tags
since

Exchange 2010

$Transitions

Array of time zone transitions.

public ArrayOfTransitionsType $Transitions
Tags
since

Exchange 2010

$TransitionsGroups

Array of TransitionsGroup elements that specify time zone transitions.

public ArrayOfTransitionsGroupsType $TransitionsGroups
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