EndOf()
Returns the date and time of the very last data point for all or specified signal/entity.
Returns the date and time of the last data point for the specified signal.
Syntax
EndOf(string timeSignalName)
Example
EndOf("oil production rate")
Returns the date and time of the last data point for the specified signal and the specified entity.
Syntax
EndOf(string timeSignalName, string entityName)
Example
EndOf("oil production rate", "entity name")
Returns the date and time of the last data point for the specified signal and the specified entity.
Syntax
EndOf(string timeSignalName, entities entityName)
Example
EndOf("oil production rate", "entity name")