ProtoFlux:TimeSpanHours: Difference between revisions

From Resonite Wiki
Added the TimeSpan Hours node page.
 
m YoshBot moved page ProtoFlux:TimeSpan Hours to ProtoFlux:TimeSpanHours: Automated: removing spaces from ProtoFlux namespace
 
(No difference)

Latest revision as of 00:36, 21 August 2025

Hours
TimeSpan
*
Timespan

The TimeSpan Hours node takes in a TimeSpan and returns with only the amount of hours in that TimeSpan. Anything other than the hours will be ignored.

If you want the accumulated hours that includes the fractional portion of an hour in one value, use TimeSpan Total Hours instead.

Inputs

TimeSpan (TimeSpan)

The TimeSpan we are getting info from.

Outputs

* (int)

Returns the amount of hours in this TimeSpan as an int.