Temporal.History.howManySince()

Signature

int howManySince(PropertyAtom pa, long time)

Domain

ACTION, CONDITION, QUERY, BUI

Description

This method returns how many history values exist for given property since the specified time. The value is bounded by history size.

Parameters

NameTypeDescription
paPropertyAtomThe target property.
timelongThe specified time in millisecond.

Returns

TypeDescription
intNumber of history values that exist since the specified time.

Cautions

none