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

IEC_BACNET_BYTE

The hour part of BACnetTime

minute

IEC_BACNET_BYTE

The minute part of BACnetTime

second

IEC_BACNET_BYTE

The second part of BACnetTime

hundredths

IEC_BACNET_BYTE

The hundredths part of BACnetTime