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
$StartDate
Represents the start date of a recurring task or calendar item.
public
string
$StartDate
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