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


In This Topic
    ExcludeDate Method
    In This Topic
    Excludes the given date and time from this recurrence rule.
    Syntax
    'Declaration
     
    
    Public Sub ExcludeDate( _
       ByVal date As System.Date _
    ) 
    'Usage
     
    
    Dim instance As NRecurrenceRule
    Dim date As System.Date
     
    instance.ExcludeDate(date)
    public void ExcludeDate( 
       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