Nevron Open Vision Documentation
Nevron.Nov.Schedule Namespace / NRecurrenceMonthlyRule Class / IsMonthAllowed Method


In This Topic
    IsMonthAllowed Method (NRecurrenceMonthlyRule)
    In This Topic
    Gets whether dates of the given month are allowed for this rule.
    Syntax
    'Declaration
     
    
    Protected Overridable Function IsMonthAllowed( _
       ByVal monthNumber As System.Integer _
    ) As System.Boolean
    'Usage
     
    
    Dim instance As NRecurrenceMonthlyRule
    Dim monthNumber As System.Integer
    Dim value As System.Boolean
     
    value = instance.IsMonthAllowed(monthNumber)
    protected virtual System.bool IsMonthAllowed( 
       System.int monthNumber
    )

    Parameters

    monthNumber
    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