Spread Windows Forms 15.0
FarPoint.Win Assembly / FarPoint.Win.SuperEdit Namespace / GeneralFormatter Class / GetTimePartOrdering Method
Parts parameters
Time format string


In This Topic
    GetTimePartOrdering Method
    In This Topic
    Parses time format string to determine the order of the hour-min-secs-am/pm (and which are included).
    Syntax
    'Declaration
     
    
    Protected Overridable Function GetTimePartOrdering( _
       ByVal pParams As GeneralFormatter.FpseDecodeParameters, _
       ByVal strTimeFmt As String _
    ) As Boolean
    'Usage
     
    
    Dim instance As GeneralFormatter
    Dim pParams As GeneralFormatter.FpseDecodeParameters
    Dim strTimeFmt As String
    Dim value As Boolean
     
    value = instance.GetTimePartOrdering(pParams, strTimeFmt)
    protected virtual bool GetTimePartOrdering( 
       GeneralFormatter.FpseDecodeParameters pParams,
       string strTimeFmt
    )

    Parameters

    pParams
    Parts parameters
    strTimeFmt
    Time format string

    Return Value

    false if no time parts were found; true otherwise
    See Also