ProtoFlux:TimeSpanSeconds: Difference between revisions

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

Latest revision as of 00:36, 21 August 2025

Seconds
TimeSpan
*
Timespan

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

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

Inputs

TimeSpan (TimeSpan)

The TimeSpan we are getting info from.

Outputs

* (int)

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