[]
Parses date format string to determine the order of the day-month-year (and which are included).
protected virtual bool GetDatePartOrdering(GeneralFormatter.FpseDecodeParameters pParams, string shortDateFmt)
Protected Overridable Function GetDatePartOrdering(pParams As GeneralFormatter.FpseDecodeParameters, shortDateFmt As String) As Boolean
Type | Name | Description |
---|---|---|
GeneralFormatter.FpseDecodeParameters | pParams | Parts parameters |
string | shortDateFmt | Short date format string |
Type | Description |
---|---|
bool | false if no date parts were found; otherwise true |