IEC_BACNET_DATE_TIME (STRUCT)

TYPE IEC_BACNET_DATE_TIME : STRUCT

Define for BACnetDateTime

A Date Time contains a Date and a Time. A Property Contents containing data of this type will have its tag equal to DATA_TYPE_DATE_TIME.

InOut:

Name

Type

Comment

dat

IEC_BACNET_DATE

The date part of the BACnetDateTime structure

tim

IEC_BACNET_TIME

The time part of the BACnetDateTime structure