Instance.PropertyArray.appendDateTime()

Signature

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

Domain

action

Description

Creates a new propertyAtomDateTime of value and appends it to the end of the PropertyArray.

Parameters

NameTypeDescription
arrPropertyArrayA PropertyArray to append an element to.
valueDateTimeA value to append to the PropertyArray, arr.
timelongThis must be -1.

Returns

None.