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

dat

IEC_BACNET_DATE

Value is used if type is set to “date”

dateRange

IEC_BACNET_DATE_RANGE

Value is used if type is set to “date range”

weekNDay

IEC_BACNET_WEEK_AND_DAY

Value is used if type is set to “week-n-day”