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


In This Topic
    GetEffectiveRangeEnd Method
    In This Topic
    Gets the effective range end of this recurrence rule.
    Syntax
    'Declaration
     
    
    Protected Overridable Function GetEffectiveRangeEnd( _
       ByVal appointmentStart As System.Date, _
       ByVal appointmentEnd As System.Date _
    ) As System.Date
    'Usage
     
    
    Dim instance As NRecurrenceRule
    Dim appointmentStart As System.Date
    Dim appointmentEnd As System.Date
    Dim value As System.Date
     
    value = instance.GetEffectiveRangeEnd(appointmentStart, appointmentEnd)
    protected virtual System.DateTime GetEffectiveRangeEnd( 
       System.DateTime appointmentStart,
       System.DateTime appointmentEnd
    )

    Parameters

    appointmentStart
    appointmentEnd
    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