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