ProtoFlux:TimeSpanDays: Difference between revisions

From Resonite Wiki
Created a page for the TimeSpan Days node.
 
m YoshBot moved page ProtoFlux:TimeSpan Days to ProtoFlux:TimeSpanDays: Automated: removing spaces from ProtoFlux namespace
 
(No difference)

Latest revision as of 00:36, 21 August 2025

Days
TimeSpan
*
Timespan

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

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

Inputs

TimeSpan (TimeSpan)

The TimeSpan we are getting info from.

Outputs

* (int)

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