Nevron Open Vision Documentation
Nevron.Nov.Schedule Namespace / NRecurrenceRule Class / IncludeDate Method


In This Topic
    IncludeDate Method
    In This Topic
    Checks if the given date and time is excluded from this recurrence rule and if it is, removes it from the array of excluded dates.
    Syntax
    'Declaration
     
    
    Public Sub IncludeDate( _
       ByVal date As System.Date _
    ) 
    'Usage
     
    
    Dim instance As NRecurrenceRule
    Dim date As System.Date
     
    instance.IncludeDate(date)
    public void IncludeDate( 
       System.DateTime date
    )

    Parameters

    date
    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