TotalHours / Temporal Layer

Convert duration values to total hours. Returns 64-bit integer count of complete hours.

Duration conversion examples:

DurationTotal HoursNote
01:00:001One hour
24:00:0024One day
25:30:0025Partial hours truncated
168:00:00168One week

Common applications:

  • Work shift calculation
  • Service duration
  • Resource utilization
  • Operating hours Range: ±292 billion days
Table
0
0
Table

Transforms

[, ...]

Select

column

Duration column to convert to hours. Partial hours are truncated. For more precise measurements, use minute or second conversions.

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.