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.
Namespace: Aliquo.CoreAssembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
public static string CheckDateTimePattern(
string format
)
Public Shared Function CheckDateTimePattern (
format As String
) As String
- format String
- Date and time format.
StringString with the evaluated format.