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
$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