AbsoluteYearlyRecurrencePatternType
extends RecurrencePatternBaseType
in package
Represents a yearly recurrence pattern.
Table of Contents
Properties
- $DayOfMonth : int
- Describes the day in a month on which a recurring item occurs.
- $Month : string
- Describes the month in which a yearly recurring item occurs.
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.
Properties
$DayOfMonth
Describes the day in a month on which a recurring item occurs.
public
int
$DayOfMonth
The range of values for this property is 1 to 31. If for a particular month this value is larger than the number of days in the month, the last day of the month is assumed for this property.
Tags
$Month
Describes the month in which a yearly recurring item occurs.
public
string
$Month
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