Instance.PropertyAtom.getHistoryTime()

Signature

long getHistoryTime(PropertyAtom propertyAtom, int idx)

Domain

ACTION, CONDITION, QUERY, BUI

Description

Get the history timestamp of this PropertyAtom value for a given index. Returns 0 if the index has not yet been used.

Parameters

NameTypeDescription
propertyAtomPropertyAtomThe property atom to get the timestamp for.
idxIndexof the value timestamp is needed for.

Returns

TypeDescription
longthe timestamp of the PropertyAtom.

Cautions

none