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
FRIDAY
Represents Friday.
public
string
FRIDAY
= 'Friday'
Tags
MONDAY
Represents Monday.
public
string
MONDAY
= 'Monday'
Tags
SATURDAY
Represents Saturday.
public
string
SATURDAY
= 'Saturday'
Tags
SUNDAY
Represents Sunday.
public
string
SUNDAY
= 'Sunday'
Tags
THURSDAY
Represents Thursday.
public
string
THURSDAY
= 'Thursday'
Tags
TUESDAY
Represents Tuesday.
public
string
TUESDAY
= 'Tuesday'
Tags
WEDNESDAY
Represents Wednesday.
public
string
WEDNESDAY
= 'Wednesday'
Tags
WEEKDAY
Represents a weekday.
public
string
WEEKDAY
= 'Weekday'
Tags
WEEKEND_DAY
Represents a weekend day.
public
string
WEEKEND_DAY
= 'WeekendDay'
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
.