FormatsCheckDateTimeStandardPattern(String) Method

Evaluates standard date and time formats and returns the corresponding format pattern.

Definition

Namespace: Aliquo.Core
Assembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
C#
public static string CheckDateTimeStandardPattern(
	string format
)

Parameters

format  String
Date and time format.

Return Value

String
String with the evaluated format.

See Also