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
$Count
Number of occurrences of the recurring item.
public
int
$Count
Tags
$End
End date of the recurring item range.
public
string
$End
Tags
$Start
Start date of the recurring item range.
public
string
$Start
Tags
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