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
FOURTH
Represents the fourth day of a week.
public
string
FOURTH
= 'Fourth'
Tags
LAST
Represents the last day of a week.
public
string
LAST
= 'Last'
Tags
SECOND
Represents the second day of a week.
public
string
SECOND
= 'Second'
Tags
THIRD
Represents the Third day of a week.
public
string
THIRD
= 'Third'
Tags
Properties
$_
Element value.
public
string
$_
Tags
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
.