Documentation

EndDateRecurrenceRangeType extends RecurrenceRangeBaseType
in package

Describes the start date and the end date of an item recurrence pattern.

Table of Contents

Properties

$EndDate  : string
Represents the end date of a recurring task or calendar 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

$EndDate

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

public string $EndDate
Tags
since

Exchange 2007

todo

Make a date object that extends DateTime.

$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