Class: XmlNewWorkingDayExclusion

tibco.objectapi.dac.basic.XmlNewWorkingDayExclusion

new XmlNewWorkingDayExclusion()

Definition for creating a new Working Day exclusion. Constructs a new XmlNewWorkingDayExclusion.

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

description :string

User-friendly name for this exclusion, such as Summer Holiday. This property holds the value of the 'Description' attribute.
Type:
  • string

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

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:

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