Documentation

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
since

Exchange 2007

$Daylight

Represents the date and time when the time changes from standard time to daylight saving time.

public TimeChangeType $Daylight
Tags
since

Exchange 2007

$Standard

Represents the date and time when the time changes from daylight saving time to standard time.

public TimeChangeType $Standard
Tags
since

Exchange 2007

$TimeZoneName

The name of the time zone.

public string $TimeZoneName
Tags
since

Exchange 2007

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