Class: XmlCalendarSummary

tibco.objectapi.dac.basic.XmlCalendarSummary

new XmlCalendarSummary()

The base type for Base and Overlay Calendars. Constructs a new XmlCalendarSummary.

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:

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>