datetimeValue.isUtc

<< Click to Display Table of Contents >>

 

datetimeValue.isUtc

According to the BACnet protocol documentation:

Indicates whether the Present_Value property indicates a UTC date and time (when TRUE) or a local date and time (when FALSE). If this property is absent, the Present_Value shall be a local date and time.

Property isUtc of object datetimeValue can be read and written using a single IOTag.

Text Parameters

Property

Value

ParamDevice

<deviceAddress>

ParamItem

datetimeValue-<objectAddress>.isUtc

Numeric Parameters

Property

Value

N1:

<deviceAddress>

N2:

<type> = 44

N3:

<objectAddress>

N4:

<property> = 344

Tag Value

An integer value, where 0 corresponds to FALSE and any other value corresponds to TRUE.

Was this page useful?