Nevron Open Vision Documentation
Nevron.Nov.Schedule Namespace / NRecurrenceMonthlyRule Class / DayInMonth Property


In This Topic
    DayInMonth Property
    In This Topic
    Gets/Sets the day in month of this rule. Valid values are from 1 to 31 and from -31 to -1, where negative values mean days from the end of the month back. For example -1 represents the last day of the month.
    Syntax
    'Declaration
     
    
    Public Property DayInMonth As System.Integer
    'Usage
     
    
    Dim instance As NRecurrenceMonthlyRule
    Dim value As System.Integer
     
    instance.DayInMonth = value
     
    value = instance.DayInMonth
    public System.int DayInMonth {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