Instance.PropertyAtom.getDateTime()

Signature

DateTime getDateTime (PropertyAtomDateTime propertyAtomDateTime, long time)

Domain

ACTION, CONDITION, QUERY, BUI

Description

Gets the value of the PropertyAtomDateTime passed, at the time stamp specified.

Parameters

NameTypeDescription
propertyAtomDateTimePropertyAtomDateTimeThe property atom to get the value for.
timelongWith history tracking enabled, a property's value can change over time. The function returns the value of the property at the specified time. For example to get the current property value, use System.currentTimeMillis().

Returns

TypeDescription
DateTimethe result. Meaning get the property value at the given time.

Cautions

none