Documentation

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
since

Exchange 2007

AUGUST

Text value for the month of August.

public string AUGUST = 'August'
Tags
since

Exchange 2007

DECEMBER

Text value for the month of December.

public string DECEMBER = 'December'
Tags
since

Exchange 2007

FEBRUARY

Text value for the month of February.

public string FEBRUARY = 'February'
Tags
since

Exchange 2007

JANUARY

Text value for the month of January.

public string JANUARY = 'January'
Tags
since

Exchange 2007

JULY

Text value for the month of July.

public string JULY = 'July'
Tags
since

Exchange 2007

JUNE

Text value for the month of June.

public string JUNE = 'June'
Tags
since

Exchange 2007

MARCH

Text value for the month of March.

public string MARCH = 'March'
Tags
since

Exchange 2007

MAY

Text value for the month of May.

public string MAY = 'May'
Tags
since

Exchange 2007

NOVEMBER

Text value for the month of November.

public string NOVEMBER = 'November'
Tags
since

Exchange 2007

OCTOBER

Text value for the month of October.

public string OCTOBER = 'October'
Tags
since

Exchange 2007

SEPTEMBER

Text value for the month of September.

public string SEPTEMBER = 'September'
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