Spread WinForms 15
FarPoint.Win Assembly / FarPoint.Win.SuperEdit Namespace / GeneralFormatter.FpseDecodeParameters Class / DateFormatOrder Property


In This Topic
DateFormatOrder Property
In This Topic
Gets or sets order format of date.
Syntax
'Declaration
 
Public Property DateFormatOrder As Char()
 
'Usage
 
Dim instance As GeneralFormatter.FpseDecodeParameters
Dim value() As Char
 
instance.DateFormatOrder = value
 
value = instance.DateFormatOrder
See Also