Nevron Open Vision Documentation
Nevron.Nov.Schedule Namespace / NRecurrenceRule Class / EndDate Property


In This Topic
    EndDate Property
    In This Topic
    Gets/Sets the end date and time of the recurrence range. Taken into account only when EndMode is set to ByDate. By default set to 1 week from today.
    Syntax
    'Declaration
     
    
    Public Property EndDate As System.Date
    'Usage
     
    
    Dim instance As NRecurrenceRule
    Dim value As System.Date
     
    instance.EndDate = value
     
    value = instance.EndDate
    public System.DateTime EndDate {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