Temporal.Numeric.totalSince()

Signature

Object totalSince(PropertyAtom pa, long time)

Domain

ACTION, CONDITION, QUERY, BUI

Description

This method calculates the sum of the history value since the specified time.

Parameters

NameTypeDescription
paPropertyAtomThe target property for calculation.
timelongThe specified time in millisecond.

Returns

TypeDescription
ObjectThe sum of the value since the specified time. The return object type is the same as the type of the value of 'pa'.

Cautions

none