Created a page for the Format Timespan node. |
m YoshBot moved page ProtoFlux:Format Timespan to ProtoFlux:FormatTimespan: Automated: removing spaces from ProtoFlux namespace |
||
(No difference)
|
Latest revision as of 00:19, 21 August 2025
Format Timespan
Formatting
The Format Timespan
node takes in a TimeSpan and extra parameters to convert it into a string.
Inputs
TimeSpan (TimeSpan)
The TimeSpan to use for this string.
ShowSeconds (bool)
Show seconds in this formatted string.
ShowMilliseconds (bool)
Show milliseconds in this formatted string.
FormatProvider (IFormatProvider)
An object that supplies culture-specific formatting information.
Nodes that output this type can be found in Strings/Localization
Outputs
* (String)
The string formatted from a TimeSpan.