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


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