Nevron Open Vision Documentation
Nevron.Nov.Schedule Namespace / NOccurrence Class / GeneratedForEndDate Property


In This Topic
    GeneratedForEndDate Property
    In This Topic
    Gets/Sets the end date/time this appointment was generated for. This property is automatically set when an appointment is created from a recurrence rule.
    Syntax
    'Declaration
     
    
    Public Property GeneratedForEndDate As System.Date
    'Usage
     
    
    Dim instance As NOccurrence
    Dim value As System.Date
     
    instance.GeneratedForEndDate = value
     
    value = instance.GeneratedForEndDate
    public System.DateTime GeneratedForEndDate {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