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


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