FormatsDateTimeOffsetPattern(CultureInfo) Method

Gets the date and time offset formatting pattern.

Definition

Namespace: Aliquo.Core
Assembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
C#
public static string DateTimeOffsetPattern(
	CultureInfo culture
)

Parameters

culture  CultureInfo
Culture information.

Return Value

String
String with the date and time offset formatting pattern.

See Also