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


In This Topic
    EndMode Property
    In This Topic
    Gets/Sets the end mode of the recurrence. By default set to None, which means that the recurrence continues indefinitely.
    Syntax
    'Declaration
     
    
    Public Property EndMode As ENRecurrenceEndMode
    'Usage
     
    
    Dim instance As NRecurrenceRule
    Dim value As ENRecurrenceEndMode
     
    instance.EndMode = value
     
    value = instance.EndMode
    public ENRecurrenceEndMode EndMode {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