new XmlExistingRecurringExclusion()
Definition for updating an existing Recurring exclusion.
Constructs a new XmlExistingRecurringExclusion.
The following features are supported:
Extends
Members
allDay :boolean
Marker denoting if this exclusion lasts a full day. Note that this is represented for the benefit of the client only and is not correlated to the start or end time.
This property holds the value of the 'All Day' attribute.
Type:
- boolean
- Inherited From:
description :string
User-friendly name for this exclusion, such as Summer Holiday.
This property holds the value of the 'Description' attribute.
Type:
- string
- Inherited From:
duration :string
How long each instance of the recurring exclusion lasts.
This property holds the value of the 'Duration' attribute.
Type:
- string
- Inherited From:
end :Date
End date and time of this exclusion. This value should be time-zone neutral. That is, it expresses only a value, but not the time-zone in which it applies. The time-zone will be implied from the Base Calendar on which this exclusions is placed.
This property holds the value of the 'End' attribute.
Type:
- Date
- Inherited From:
freeBusy :tibco.objectapi.dac.basic.XmlFreeBusyType
Enumeration of whether this exclusion denotes available working time (FREE) or unavailable working time (BUSY).
This property holds the value of the 'Free Busy' attribute.
Type:
- Inherited From:
guid :string
ID of exclusion.
This property holds the value of the 'Guid' attribute.
Type:
- string
rrule :string
The recurrence rule that defines how instance of the recurring exclusion are to be calculated.
This property holds the value of the 'Rrule' attribute.
Type:
- string
- Inherited From:
start :Date
Start date and time of this exclusion. This value should be time-zone neutral. That is, it expresses only a value, but not the time-zone in which it applies. The time-zone will be implied from the Base Calendar on which this exclusions is placed.
This property holds the value of the 'Start' attribute.
Type:
- Date
- Inherited From: