IEC_BACNET_DATE_RANGE
(STRUCT)
TYPE IEC_BACNET_DATE_RANGE : STRUCT
Definition of the BACnetDateRange
A Date Range contains a Start Date and an End Date. This data type is one of the possible contents of the Calendar Entry data type, which is used in the Date List Property in the Calendar object and the Special Event Property of a Schedule object. A Property Contents containing data of this type will have its tag equal to DATA_TYPE_DATE_RANGE. Fields of a Date data type may be unspecified, so it is possible for the Start Date or End Date of a Date Range to be unspecified. In this case the attribute acts as a wildcard: for example, if the Start Date is unspecified, it means “any date up to and including the End Date”. The use of an unspecified date in both the startDate and the endDate means “any date” or “always.”
- InOut:
Name
Type
Comment
startDate
The use of an unspecified date in the startDate means “any date up to and including the endDate.”
endDate
The use of an unspecified date in the endDate means “any date after and including the startDate.”