[]
        
(Showing Draft Content)

FarPoint.Win.SuperEdit.GeneralFormatter.GetTimePartOrdering

GetTimePartOrdering Method

GetTimePartOrdering(FpseDecodeParameters, string)

Parses time format string to determine the order of the hour-min-secs-am/pm (and which are included).

Declaration
protected virtual bool GetTimePartOrdering(GeneralFormatter.FpseDecodeParameters pParams, string strTimeFmt)
Protected Overridable Function GetTimePartOrdering(pParams As GeneralFormatter.FpseDecodeParameters, strTimeFmt As String) As Boolean
Parameters
Type Name Description
GeneralFormatter.FpseDecodeParameters pParams

Parts parameters

string strTimeFmt

Time format string

Returns
Type Description
bool

false if no time parts were found; true otherwise