Nevron Open Vision Documentation
Nevron.Nov.Schedule Namespace / NAppointmentCollection Class / GetAppointmentsInRange Method


In This Topic
    GetAppointmentsInRange Method
    In This Topic
    Gets all appointments which intersect the given date and time range.
    Syntax
    'Declaration
     
    
    Public Function GetAppointmentsInRange( _
       ByVal start As System.Date, _
       ByVal end As System.Date _
    ) As NList(Of NAppointmentBase)
    'Usage
     
    
    Dim instance As NAppointmentCollection
    Dim start As System.Date
    Dim end As System.Date
    Dim value As NList(Of NAppointmentBase)
     
    value = instance.GetAppointmentsInRange(start, end)
    public NList<NAppointmentBase> GetAppointmentsInRange( 
       System.DateTime start,
       System.DateTime end
    )

    Parameters

    start
    end
    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