FormatsTimeSpan(Object, String) Method

Get the time in formatted text.

Definition

Namespace: Aliquo.Core
Assembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
C#
public static string TimeSpan(
	Object value,
	string format
)

Parameters

value  Object
Value to convert.
format  String
Convert format.

Return Value

String
String with the time with the default format.

See Also