FormatsDateTime(Object, TimeSpan, CultureInfo) Method

Get the date and time with the indicated timeoffset and 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 DateTime(
	Object value,
	TimeSpan timeZone,
	CultureInfo customCulture
)

Parameters

value  Object
Value to convert.
timeZone  TimeSpan
Time zone.
customCulture  CultureInfo
Culture information.

Return Value

String
String with the date and time with the indicated timeoffset and formatted for the indicated culture.

See Also