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


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