Documentation

WeeklyRecurrencePatternType extends IntervalRecurrencePatternBaseType
in package

Describes a weekly recurrence pattern.

Table of Contents

Properties

$DaysOfWeek  : string
Describes which days of the week are in the weekly recurrence pattern.
$FirstDayOfWeek  : string
Specifies the first day of the week.
$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

$DaysOfWeek

Describes which days of the week are in the weekly recurrence pattern.

public string $DaysOfWeek
Tags
since

Exchange 2007

see
DaysOfWeekType

$FirstDayOfWeek

Specifies the first day of the week.

public string $FirstDayOfWeek
Tags
since

Exchange 2010

see
DayOfWeekType

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