To Time String (LogiX node)

From Neos Wiki
Jump to navigation Jump to search
This page contains changes which are not marked for translation.
Other languages:
English • ‎日本語
To Time String
'To Time String' LogiX node
Inputs
  Float Time
  Int DecimalPlaces
  IFormatProvider FormatProvider
Outputs
  String Str

The To Time String node takes a number in seconds and formats it as a time string to the specified amount of decimal places.

Usage

This node takes a float input, int input, and IFormatProvider input, and it outputs a string.

The time provided is formatted to a time string containing hours, minutes, seconds, and DecimalPlaces amount of decimal places.

The output format defaults to an Invariant Culture, and it is recommended to not be changed unless the output is meant to be seen to other users and you are not parsing the output in any way.

Examples

In the following image, 18364.2 seconds is converted to a time string, 5:06:04.721

Logix Example ToTimeString.png

Node Menu

String / Quick Format
Back Format Date Format Time Format Timespan To Time String