FormatsTimeSpan(Object, String) Method
Get the time in formatted text.
Namespace: Aliquo.CoreAssembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
public static string TimeSpan(
Object value,
string format
)
Public Shared Function TimeSpan (
value As Object,
format As String
) As String
- value Object
- Value to convert.
- format String
- Convert format.
StringString with the time with the default format.