Documentation

OccurrencesRangeType extends Type
in package

Defines a range of calendar item occurrences for a repeating calendar item.

Table of Contents

Properties

$CompareOriginalStartTime  : bool
Whether or not the client should compare the original start time with the new start time.
$Count  : int
Number of occurrences of the recurring item.
$End  : string
End date of the recurring item range.
$Start  : string
Start date of the recurring item range.

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

$CompareOriginalStartTime

Whether or not the client should compare the original start time with the new start time.

public bool $CompareOriginalStartTime
Tags
since

Exchange 2013

$Count

Number of occurrences of the recurring item.

public int $Count
Tags
since

Exchange 2013

$End

End date of the recurring item range.

public string $End
Tags
since

Exchange 2013

todo

Make a DateTime object.

$Start

Start date of the recurring item range.

public string $Start
Tags
since

Exchange 2013

todo

Make a DateTime object.

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