Documentation

DayOfWeekType extends Enumeration
in package

Represents a day of the week.

Table of Contents

Constants

DAY  = 'Day'
Represents a day of the week.
FRIDAY  = 'Friday'
Represents Friday.
MONDAY  = 'Monday'
Represents Monday.
SATURDAY  = 'Saturday'
Represents Saturday.
SUNDAY  = 'Sunday'
Represents Sunday.
THURSDAY  = 'Thursday'
Represents Thursday.
TUESDAY  = 'Tuesday'
Represents Tuesday.
WEDNESDAY  = 'Wednesday'
Represents Wednesday.
WEEKDAY  = 'Weekday'
Represents a weekday.
WEEKEND_DAY  = 'WeekendDay'
Represents a weekend day.

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

DAY

Represents a day of the week.

public string DAY = 'Day'
Tags
since

Exchange 2007

FRIDAY

Represents Friday.

public string FRIDAY = 'Friday'
Tags
since

Exchange 2007

MONDAY

Represents Monday.

public string MONDAY = 'Monday'
Tags
since

Exchange 2007

SATURDAY

Represents Saturday.

public string SATURDAY = 'Saturday'
Tags
since

Exchange 2007

SUNDAY

Represents Sunday.

public string SUNDAY = 'Sunday'
Tags
since

Exchange 2007

THURSDAY

Represents Thursday.

public string THURSDAY = 'Thursday'
Tags
since

Exchange 2007

TUESDAY

Represents Tuesday.

public string TUESDAY = 'Tuesday'
Tags
since

Exchange 2007

WEDNESDAY

Represents Wednesday.

public string WEDNESDAY = 'Wednesday'
Tags
since

Exchange 2007

WEEKDAY

Represents a weekday.

public string WEEKDAY = 'Weekday'
Tags
since

Exchange 2007

WEEKEND_DAY

Represents a weekend day.

public string WEEKEND_DAY = 'WeekendDay'
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