FormatsTime(Object, CultureInfo) Method

Get the time formatted for the indicated culture.

Definition

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

Parameters

value  Object
Value to convert.
customCulture  CultureInfo
Culture information.

Return Value

String
String with the time formatted for the indicated culture.

See Also