Documentation

TimeChangeType extends Type
in package

Represents the date and time when a time change occurs.

Table of Contents

Properties

$AbsoluteDate  : string
Represents the date when the time changes from standard time or daylight saving time.
$Offset  : int
Describes the offset from the BaseOffset.
$RelativeYearlyRecurrence  : RelativeYearlyRecurrencePatternType
Describes a relative yearly recurrence pattern for a time zone transition date.
$Time  : string
Describes the time when the time changes between standard time and daylight saving time.
$TimeZoneName  : string
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

$AbsoluteDate

Represents the date when the time changes from standard time or daylight saving time.

public string $AbsoluteDate
Tags
since

Exchange 2007

todo

Make a Date object that extends DateTime.

$Offset

Describes the offset from the BaseOffset.

public int $Offset

Together with the BaseOffset element, the Offset element identifies whether the time is standard time or daylight saving time.

Tags
since

Exchange 2007

$RelativeYearlyRecurrence

Describes a relative yearly recurrence pattern for a time zone transition date.

public RelativeYearlyRecurrencePatternType $RelativeYearlyRecurrence
Tags
since

Exchange 2007

$Time

Describes the time when the time changes between standard time and daylight saving time.

public string $Time
Tags
since

Exchange 2007

todo

Make a Time object that extends DateTime.

$TimeZoneName

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