Added the TimeSpan Milliseconds node page. |
m YoshBot moved page ProtoFlux:TimeSpan Milliseconds to ProtoFlux:TimeSpanMilliseconds: Automated: removing spaces from ProtoFlux namespace |
(No difference)
|
Latest revision as of 00:36, 21 August 2025
Milliseconds
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.
Inputs
TimeSpan (TimeSpan)
The TimeSpan we are getting info from.
Outputs
* (int)
Returns the amount of millisecondsin this TimeSpan as an int.