ProtoFlux:TimeSpanMinutes: Difference between revisions

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

Latest revision as of 00:36, 21 August 2025

Minutes
TimeSpan
*
Timespan

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

If you want the accumulated minutes that includes the fractional portion of a minute in one value, use TimeSpan Total Minutes instead.

Inputs

TimeSpan (TimeSpan)

The TimeSpan we are getting info from.

Outputs

* (int)

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