Instance.PropertyArray.removeDateTime()
Signature
boolean removeDateTime (PropertyArrayDateTime arr, DateTime value)
Description
This method removes the first occurrence of PropertyAtomDateTime for which the current value
equals to value
from a PropertyArrayDateTime. It returns true and shifts all the
subsequent array elements PropertyAtomDateTime to the left (substracts one to their indices)
if the PropertyAtomDateTime is found, false otherwise.
Parameters
Name | Type | Description |
arr | PropertyArrayDateTime | A PropertyArrayDateTime for the action to be performed on. |
value | DateTime | Current value of the PropertyAtomDateTime for removal. |
Returns
Type | Description |
boolean | if a PropertyAtomDateTime is removed. |