FormatsCheckDateTimePattern(String) Method

Evaluates date and time formats and returns the pattern with 2 minimum digits for days, months, days, hours and seconds and 4 for years.

Definition

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

Parameters

format  String
Date and time format.

Return Value

String
String with the evaluated format.

See Also