[]
Parses time format string to determine the order of the hour-min-secs-am/pm (and which are included).
protected virtual bool GetTimePartOrdering(GeneralFormatter.FpseDecodeParameters pParams, string strTimeFmt)
Protected Overridable Function GetTimePartOrdering(pParams As GeneralFormatter.FpseDecodeParameters, strTimeFmt As String) As Boolean
Type | Name | Description |
---|---|---|
GeneralFormatter.FpseDecodeParameters | pParams | Parts parameters |
string | strTimeFmt | Time format string |
Type | Description |
---|---|
bool | false if no time parts were found; true otherwise |