TotalMilliseconds / Temporal Layer

Convert duration values to total milliseconds (10⁻³ seconds). Returns 64-bit integer count of milliseconds.

Duration conversion examples:

DurationMillisecondsNote
00:00:011,000One second
00:01:0060,000One minute
01:00:003,600,000One hour

Common applications:

  • API response timing
  • User interaction measurement
  • Application monitoring Range: ±292 million years
Table
0
0
Table

Transforms

[, ...]

Select

column

Duration column to convert to milliseconds. Standard precision for web and application timing.

Name for the new column. If not provided, the system generates a unique name. If AsColumn matches an existing column, the existing column is replaced. The name should follow valid column naming conventions.