Spread Windows Forms 15.0
FarPoint.Win Assembly / FarPoint.Win.SuperEdit Namespace / GeneralFormatter.FpseDecodeParameters Class / GeneralFormatter.FpseDecodeParameters Constructor
Date maximum
Time maximum


In This Topic
    GeneralFormatter.FpseDecodeParameters Constructor
    In This Topic
    Gets or sets decode parameters.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal dtMax As Integer, _
       ByVal tmMax As Integer _
    )
    'Usage
     
    
    Dim dtMax As Integer
    Dim tmMax As Integer
     
    Dim instance As New GeneralFormatter.FpseDecodeParameters(dtMax, tmMax)
    public GeneralFormatter.FpseDecodeParameters( 
       int dtMax,
       int tmMax
    )

    Parameters

    dtMax
    Date maximum
    tmMax
    Time maximum
    See Also