UNION_BACNET_CALENDAR_ENTRY (UNION)¶
TYPE UNION_BACNET_CALENDAR_ENTRY : UNION
Definition of the BACnetCalendarEntry structure
A Calendar Entry can be an individual Date, a Date Range, or a WeekNDay specification. This data type is used in the Date List property of a Calendar object. A Property Contents containing data of this type will have its tag equal to DATA_TYPE_CALENDAR_ENTRY.
- InOut:
Name
Type
Comment
datValue is used if type is set to “date”
dateRangeValue is used if type is set to “date range”
weekNDayValue is used if type is set to “week-n-day”