new XmlBaseCalendar()
Base Calendar carries a time-zone and defines the working week as well as working-day and recurring exclusions.
Constructs a new XmlBaseCalendar.
The following features are supported:
Extends
Members
calendarType :tibco.objectapi.dac.basic.XmlCalendarType
Identifies the type of calendar being described by this element.
This property holds the value of the 'Calendar Type' attribute.
Type:
- Inherited From:
dateCreated :Date
The UTC date/time on which this calendar was created.
This property holds the value of the 'Date Created' attribute.
Type:
- Date
- Inherited From:
dateModified :Date
The UTC date/time on which this calendar was last updated.
This property holds the value of the 'Date Modified' attribute.
Type:
- Date
- Inherited From:
minHours :number
The minimum number of hours remaining in a day for it to be considered a 'working day'.
This property holds the value of the 'Min Hours' attribute.
Type:
- number
name :string
The mandatory name of the calendar. This must be unique within the given namespace.
This property holds the value of the 'Name' attribute.
Type:
- string
- Inherited From:
namespace :string
Used to categorize, or group, named Calendars. Calendars sharing the same namespace must have unique names. A namespace of null is still considered a valid namespace.
This property holds the value of the 'Namespace' attribute.
Type:
- string
- Inherited From:
reference :Array.<string>
The collection of Calendar References associated with the Calendar.
This property holds the value of the 'Reference' attribute list.
Type:
- Array.<string>
- Inherited From:
timeZone :string
Java API specified time-zone for this calendar.
This property holds the value of the 'Time Zone' attribute.
Type:
- string
version :number
The version number used to detect concurrent updates to the same Calendar; also known as optimistic locking. When saving a new Calendar this value should be set to its default value (-1).
This property holds the value of the 'Version' attribute.
Type:
- number
- Inherited From:
workingDays :Array.<tibco.objectapi.dac.basic.XmlWorkingDay>
Working time defined per working day of the week.
This property holds the value of the 'Working Days' containment reference list.