Spread Windows Forms 15.0
FarPoint.Win Assembly / FarPoint.Win.SuperEdit Namespace / GeneralFormatter Class / GetDateTimePartOrdering Method
Parts parameters


In This Topic
    GetDateTimePartOrdering Method
    In This Topic
    Parses date and time format strings to determine the order of the day-month-year and/or hour-min-secs (and which are included).
    Syntax
    'Declaration
     
    
    Protected Overridable Function GetDateTimePartOrdering( _
       ByVal pParams As GeneralFormatter.FpseDecodeParameters _
    ) As Boolean
    'Usage
     
    
    Dim instance As GeneralFormatter
    Dim pParams As GeneralFormatter.FpseDecodeParameters
    Dim value As Boolean
     
    value = instance.GetDateTimePartOrdering(pParams)
    protected virtual bool GetDateTimePartOrdering( 
       GeneralFormatter.FpseDecodeParameters pParams
    )

    Parameters

    pParams
    Parts parameters

    Return Value

    false if no date and no time is allowed; true otherwise
    See Also