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


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