Instance.PropertyAtom.getDateTimeHistoryValue()

Signature

DateTime getDateTimeHistoryValue (PropertyAtomDateTime propertyAtomDateTime, int idx)

Domain

ACTION, CONDITION, QUERY, BUI

Description

Gets the value of the PropertyAtomDateTime passed, at the specified index in the ring buffer. Oldest value is at index 0.

Parameters

NameTypeDescription
propertyAtomDateTimePropertyAtomDateTimeThe property atom to get the value for.
idxintIndex of the value needed in the ring buffer in the ring buffer.

Returns

TypeDescription
DateTimethe result.

Cautions

none