MonthNamesType
extends Enumeration
in package
Describes the month when a yearly recurring item occurs.
Table of Contents
Constants
- APRIL = 'April'
- Text value for the month of April.
- AUGUST = 'August'
- Text value for the month of August.
- DECEMBER = 'December'
- Text value for the month of December.
- FEBRUARY = 'February'
- Text value for the month of February.
- JANUARY = 'January'
- Text value for the month of January.
- JULY = 'July'
- Text value for the month of July.
- JUNE = 'June'
- Text value for the month of June.
- MARCH = 'March'
- Text value for the month of March.
- MAY = 'May'
- Text value for the month of May.
- NOVEMBER = 'November'
- Text value for the month of November.
- OCTOBER = 'October'
- Text value for the month of October.
- SEPTEMBER = 'September'
- Text value for the month of September.
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
APRIL
Text value for the month of April.
public
string
APRIL
= 'April'
Tags
AUGUST
Text value for the month of August.
public
string
AUGUST
= 'August'
Tags
DECEMBER
Text value for the month of December.
public
string
DECEMBER
= 'December'
Tags
FEBRUARY
Text value for the month of February.
public
string
FEBRUARY
= 'February'
Tags
JANUARY
Text value for the month of January.
public
string
JANUARY
= 'January'
Tags
JULY
Text value for the month of July.
public
string
JULY
= 'July'
Tags
JUNE
Text value for the month of June.
public
string
JUNE
= 'June'
Tags
MARCH
Text value for the month of March.
public
string
MARCH
= 'March'
Tags
MAY
Text value for the month of May.
public
string
MAY
= 'May'
Tags
NOVEMBER
Text value for the month of November.
public
string
NOVEMBER
= 'November'
Tags
OCTOBER
Text value for the month of October.
public
string
OCTOBER
= 'October'
Tags
SEPTEMBER
Text value for the month of September.
public
string
SEPTEMBER
= 'September'
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
.