FormatDuration(TimeSpan)
Formats a given TimeSpan object as a string in the format "HH:mm:ss".
Read time 1 minuteLast updated 10 days ago
Definition
- Type: Method
- Namespace: Unity.ProjectAuditor.Editor.Utils
- Assembly: UnityEditor
public static string FormatDuration(TimeSpan timeSpan)
Parameters
The TimeSpan object to format.
Returns
Type | Description |
|---|---|
| string | A string representation of the input value. |