Instance.PropertyArray.appendDateTime()

Signature

void appendDateTime (PropertyArrayDateTime arr, DateTime value, long time)

Domain

ACTION, BUI

Description

Creates a new propertyAtomDateTime of value with initial history timestamp time and appends to the end of the PropertyArray. Use instanceX.arr[instanceX.arr@length] = value for appending with system current time

Parameters

NameTypeDescription
arrPropertyArrayA PropertyArray to append an element to.
valueDateTimeA value to append to the PropertyArray, arr.
timelongThe initial history timestamp.

Returns

TypeDescription
void

Cautions

Use instanceX.arr[instanceX.arr@length] = value for appending with system current time