IEC_BACNET_TIME (STRUCT)ΒΆ
TYPE IEC_BACNET_TIME : STRUCT
Define for BACnetTime
A Time is a BACnet primitive datatype. A Property Contents containing data of this type will have its tag equal to DATA_TYPE_TIME. The BACnet Time consists of hour, minute, second and hundredths of second attributes. Each attribute has a special UNSPECIFIED value (e.g. HOUR_UNSPECIFIED).
- InOut:
- Name - Type - Comment - hour- The hour part of BACnetTime - minute- The minute part of BACnetTime - second- The second part of BACnetTime - hundredths- The hundredths part of BACnetTime 
