Class: XmlRecurringInstance

tibco.objectapi.dac.basic.XmlRecurringInstance

new XmlRecurringInstance()

Used only to convey the start and end date-times covered by an instance of a recurring entry when retrieving Calendar Entries. The values will be time-zone neutral. That is, they should only expresses a value, but not the time-zone in which they applies. The time-zone will be implied from the Base Calendar to which it is applied. Constructs a new XmlRecurringInstance.

The following features are supported:

Members

end :Date

End date-time of the recurring entry instance. This property holds the value of the 'End' attribute.
Type:
  • Date

start :Date

Start date-time of the recurring entry instance. This property holds the value of the 'Start' attribute.
Type:
  • Date