[]
Parses date and time format strings to determine the order of the day-month-year and/or hour-min-secs (and which are included).
protected virtual bool GetDateTimePartOrdering(GeneralFormatter.FpseDecodeParameters pParams)
Protected Overridable Function GetDateTimePartOrdering(pParams As GeneralFormatter.FpseDecodeParameters) As Boolean
Type | Name | Description |
---|---|---|
GeneralFormatter.FpseDecodeParameters | pParams | Parts parameters |
Type | Description |
---|---|
bool | false if no date and no time is allowed; true otherwise |