Nevron .NET Vision
Nevron.Chart Namespace / NMonthDayRule Class / Months Property


In This Topic
    Months Property
    In This Topic
    Gets or sets the month bit mask
    Syntax
    'Declaration
     
    
    <System.Xml.Serialization.XmlIgnoreAttribute()>
    Public Property Months As MonthBit
    'Usage
     
    
    Dim instance As NMonthDayRule
    Dim value As MonthBit
     
    instance.Months = value
     
    value = instance.Months
    [System.Xml.Serialization.XmlIgnore()]
    public MonthBit Months {get; set;}
    Remarks
    You can also individually
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also