TimeOf()

Format

TimeOf(Arg1)

Returns

Returns the timestamp of each datum expressed as the number of seconds since Unix epoch (1970 Jan 1 00:00:00).

Inputs

Arg1: The argument being evaluated.
Behaviour: Required
Dimension: Collection, SingleValue, MultiCollection
Valid data types: Null, Boolean, DateTime, Decimal, Integer, String, Duration, Error

How to format data types

Examples

Expression: TimeOf({tag})
Result: Returns the timestamps of the values.

Expression: TimeOf(Min_Sampled(...))
Result: Returns the timestamps of the produced, sampled values.

Release History

  • TimeOf() 4.6.5
    • Changed Arg1 parameter to support MultiCollection values.
  • TimeOf() 4.0
    • Initial version

Comments are closed