ProtoFlux:TimeSpan Milliseconds

From Resonite Wiki
Revision as of 10:56, 30 January 2025 by AmasterAmaster (talk | contribs) (Added the TimeSpan Milliseconds node page.)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Milliseconds
TimeSpan
*
Timespan

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

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

Inputs

TimeSpan (TimeSpan)

The TimeSpan we are getting info from.

Outputs

* (int)

Returns the amount of millisecondsin this TimeSpan as an int.