Nevron Open Vision Documentation
Nevron.Nov.Schedule Namespace / NRecurrenceYearlyRule Class / MonthsInYear Property


In This Topic
    MonthsInYear Property
    In This Topic
    Gets/Sets the months for which this rule is defined.
    Syntax
    'Declaration
     
    
    Public Property MonthsInYear As ENMonth
    'Usage
     
    
    Dim instance As NRecurrenceYearlyRule
    Dim value As ENMonth
     
    instance.MonthsInYear = value
     
    value = instance.MonthsInYear
    public ENMonth MonthsInYear {get; set;}
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also