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


In This Topic
DateSeparatorCount Property
In This Topic
Gets or sets number of date separators.
Syntax
'Declaration
 
Public Property DateSeparatorCount As Integer
 
'Usage
 
Dim instance As GeneralFormatter.FpseDecodeParameters
Dim value As Integer
 
instance.DateSeparatorCount = value
 
value = instance.DateSeparatorCount
See Also