Spread Windows Forms 15.0
FarPoint.Win Assembly / FarPoint.Win.SuperEdit Namespace / GeneralFormatter.FpseDecodeParameters Class / TimeSeparatorsCount Property


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