Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

ProtoFlux:FormatTimespan

From Resonite Wiki
(Redirected from ProtoFlux:Format Timespan)
Format Timespan
TimeSpan
*
ShowSeconds
ShowMilliseconds
FormatProvider
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.