TotalMilliseconds / Temporal Layer
Convert duration values to total milliseconds (10⁻³ seconds). Returns 64-bit integer count of milliseconds.
Duration conversion examples:
Duration | Milliseconds | Note |
---|---|---|
00:00:01 | 1,000 | One second |
00:01:00 | 60,000 | One minute |
01:00:00 | 3,600,000 | One hour |
Common applications:
- API response timing
- User interaction measurement
- Application monitoring Range: ±292 million years
Table
0
0
Table
Transforms
[, ...]Select
columnDuration column to convert to milliseconds. Standard precision for web and application timing.
AsColumn
nameName 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.