Return a Time Span formated
Namespace:
Devolutions.UtilsAssembly: Devolutions.Utils (in Devolutions.Utils.dll)
Syntax
| Visual Basic |
|---|
Public Shared Function FormatTimeSpan ( _ timeSpan As TimeSpan _ ) As String |
| C# |
|---|
public static string FormatTimeSpan( TimeSpan timeSpan ) |
Parameters
- timeSpan
- Type: System..::..TimeSpan