getEndDateTime macro
Use this macro to get the end date of a Property the UserArea.
string getEndDateTime(long property.node)
| Argument | Description |
|---|---|
| Property Node | The node of a previously retrieved property. Note that if the given node is not a property, the result is unpredictable. |
Return value: The end date of the given property. This is a string in ISO format. If it must be stored in a table field with a datetime domain, it must be converted with function iso.to.utc().
Example: See the example given for getStartDateTime().