Class: XmlExistingWorkingDayExceptionType

tibco.objectapi.dac.XmlExistingWorkingDayExceptionType

new XmlExistingWorkingDayExceptionType()

Working day exception definition for updating an existing exception. Constructs a new XmlExistingWorkingDayExceptionType.

The following features are supported:

Members

allDay :boolean

Optional 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

Optional user friendly name for this exception, e.g. Summer Holiday. This property holds the value of the 'Description' attribute.
Type:
  • string

end :Date

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

freeBusy :tibco.objectapi.dac.XmlFreeBusyType

Optional 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:

guid :string

ID of exception. This property holds the value of the 'Guid' attribute.
Type:
  • string

start :Date

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