ProtoFlux:Format Timespan

From Resonite Wiki
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.