Documentation

SerializableTimeZoneTime extends Type
in package

Represents an offset from the time relative to Coordinated Universal Time (UTC) that is represented by the Bias (UTC) element in regions where daylight saving time is observed.

This class also contains information about when the transition to daylight saving time from standard time occurs.

Table of Contents

Properties

$Bias  : int
Represents the offset from the UTC offset that is identified by the Bias (UTC) element for standard time and daylight saving time.
$DayOfWeek  : string
Represents the day of the week when the transition to and from standard time and daylight saving time occurs.
$DayOrder  : int
Represents the nth occurrence of the day that is specified in the DayOfWeek element that represents the date of transition from and to standard time and daylight saving time.
$Month  : int
Represents the transition month of the year to and from standard time and daylight saving time.
$Time  : string
Represents the transition time of day to and from standard time and daylight saving time.
$Year  : string
Used to define a time zone that changes depending on the 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

$Bias

Represents the offset from the UTC offset that is identified by the Bias (UTC) element for standard time and daylight saving time.

public int $Bias

This value is in minutes.

Tags
since

Exchange 2007

$DayOfWeek

Represents the day of the week when the transition to and from standard time and daylight saving time occurs.

public string $DayOfWeek
Tags
since

Exchange 2007

see
DayOfWeekType

$DayOrder

Represents the nth occurrence of the day that is specified in the DayOfWeek element that represents the date of transition from and to standard time and daylight saving time.

public int $DayOrder

The maximum value for this element can be either 4 or 5, depending on the month and year.

Tags
since

Exchange 2007

$Month

Represents the transition month of the year to and from standard time and daylight saving time.

public int $Month

The value represents the ordinal rank of the month by occurrence and must be a number between 1 and 12

Tags
since

Exchange 2007

$Time

Represents the transition time of day to and from standard time and daylight saving time.

public string $Time
Tags
since

Exchange 2007

todo

Create a Time class that extends DateTime.

$Year

Used to define a time zone that changes depending on the year.

public string $Year

The year format is YYYY.

This element is optional.

Tags
since

Exchange 2007 SP1

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