Documentation

PeriodType extends Type
in package

Defines the name, time offset, and unique identifier for a specific stage of the time zone.

Table of Contents

Properties

$Bias  : string
An xs:duration value that represents the time offset from Coordinated Universal Time (UTC) for the period.
$Id  : string
A string value that represents the identifier for the period.
$Name  : string
A string value that represents the descriptive name of the period.

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

$Bias

An xs:duration value that represents the time offset from Coordinated Universal Time (UTC) for the period.

public string $Bias
Tags
since

Exchange 2010

$Id

A string value that represents the identifier for the period.

public string $Id
Tags
since

Exchange 2010

$Name

A string value that represents the descriptive name of the period.

public string $Name
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