Spread WinForms 15
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)

Parameters

dtMax
Date maximum
tmMax
Time maximum
See Also