Temporal.Numeric.maxSince()

Signature

Object maxSince(PropertyAtom pa, long time)

Domain

ACTION, CONDITION, QUERY, BUI

Description

This method returns the maximum history value since the specified time.

Parameters

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

Returns

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

Cautions

none