Documentation

NumberedRecurrenceRangeType extends RecurrenceRangeBaseType
in package

Describes the start date and the number of occurrences of a recurring item.

Table of Contents

Properties

$NumberOfOccurrences  : int
Contains the number of occurrences of a recurring item.
$StartDate  : string
Represents the start date of a recurring task or calendar item.

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

$NumberOfOccurrences

Contains the number of occurrences of a recurring item.

public int $NumberOfOccurrences
Tags
since

Exchange 2007

$StartDate

Represents the start date of a recurring task or calendar item.

public string $StartDate
Tags
since

Exchange 2007

todo

Make a date object that extends DateTime.

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