Class: XmlNewWorkingDayExceptionType

tibco.objectapi.dac.XmlNewWorkingDayExceptionType

new XmlNewWorkingDayExceptionType()

Working day exception definition for creating a new exception. Constructs a new XmlNewWorkingDayExceptionType.

The following features are supported:

Members

allDay :boolean

Marker denoting if this exception 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 exception, e.g. Summer Holiday. This property holds the value of the 'Description' attribute.
Type:
  • string

end :Date

End date and time of this exception. This property holds the value of the 'End' attribute.
Type:
  • Date

freeBusy :tibco.objectapi.dac.XmlFreeBusyType

Enumeration of whether this exception is available working time (FREE) or unavailable working time (BUSY). The only supported value is BUSY. This property holds the value of the 'Free Busy' attribute.
Type:

start :Date

Start date and time of this exception. This property holds the value of the 'Start' attribute.
Type:
  • Date