Temporal.Numeric.minSince()

Signature

Object minSince(PropertyAtom pa, long time)

Domain

ACTION, CONDITION, QUERY, BUI

Description

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

Parameters

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

Returns

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

Cautions

none