Documentation

DayOfWeekIndexType extends Enumeration
in package

Defines the type of a calendar item.

Table of Contents

Constants

FIRST  = 'First'
Represents the first day of a week.
FOURTH  = 'Fourth'
Represents the fourth day of a week.
LAST  = 'Last'
Represents the last day of a week.
SECOND  = 'Second'
Represents the second day of a week.
THIRD  = 'Third'
Represents the Third day of a week.

Properties

$_  : string
Element value.

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.
__toString()  : string
Returns the value of this enumeration as a string.

Constants

FIRST

Represents the first day of a week.

public string FIRST = 'First'
Tags
since

Exchange 2007

FOURTH

Represents the fourth day of a week.

public string FOURTH = 'Fourth'
Tags
since

Exchange 2007

LAST

Represents the last day of a week.

public string LAST = 'Last'
Tags
since

Exchange 2007

SECOND

Represents the second day of a week.

public string SECOND = 'Second'
Tags
since

Exchange 2007

THIRD

Represents the Third day of a week.

public string THIRD = 'Third'
Tags
since

Exchange 2007

Properties

$_

Element value.

public string $_
Tags
deprecated
1.0.0

This property will be removed in a future release and should not be used. Instead, you should reference the constants implemented in the class directly.

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

__toString()

Returns the value of this enumeration as a string.

public __toString() : string

.

Tags
suppress

PhanDeprecatedProperty

Return values
string

        
On this page

Search results