Spread Windows Forms 17
FarPoint.Win Assembly / FarPoint.Win.SuperEdit Namespace / GeneralFormatter.FpseDecodeParameters Class / DateSeparatorsCount Property


In This Topic
    DateSeparatorsCount Property
    In This Topic
    Gets or sets date separators.
    Syntax
    'Declaration
     
    
    Public Property DateSeparatorsCount As Integer
    'Usage
     
    
    Dim instance As GeneralFormatter.FpseDecodeParameters
    Dim value As Integer
     
    instance.DateSeparatorsCount = value
     
    value = instance.DateSeparatorsCount
    public int DateSeparatorsCount {get; set;}
    See Also