Documentation

AbsoluteMonthlyRecurrencePatternType extends IntervalRecurrencePatternBaseType
in package

Represents a monthly recurrence pattern.

Table of Contents

Properties

$DayOfMonth  : int
Describes the day in a month that a recurring item occurs.
$Interval  : int
Defines the interval between two consecutive recurring pattern items.

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 that 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
since

Exchange 2007

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

        
On this page

Search results