Instance.PropertyAtom.setLong()

Signature

boolean setLong (PropertyAtomLong pal, long value, long time)

Domain

ACTION, BUI

Description

Sets the value of the propertyAtomLong to the value passed with the time stamp specified.

Parameters

NameTypeDescription
palPropertyAtomLongThe property atom to set a new value for.
valuelongThe new value for the property.
timelongThe time stamp describing when this property changed.

Returns

TypeDescription
booleantrue if property is set to new value with the given time, false otherwise.

Cautions

none