Nevron Open Vision Documentation
Nevron.Nov.Schedule Namespace / NDayBasedViewMode Class / ArrangeAppointments Method


In This Topic
    ArrangeAppointments Method (NDayBasedViewMode)
    In This Topic
    Arranges the given appointments.
    Syntax
    'Declaration
     
    
    Protected Overrides Sub ArrangeAppointments( _
       ByVal schedule As NSchedule, _
       ByVal appointments As NList(Of NAppointmentBase), _
       ByVal groupingValues As NStack(Of Object), _
       ByVal layoutArea As NRectangle _
    ) 
    'Usage
     
    
    Dim instance As NDayBasedViewMode
    Dim schedule As NSchedule
    Dim appointments As NList(Of NAppointmentBase)
    Dim groupingValues As NStack(Of Object)
    Dim layoutArea As NRectangle
     
    instance.ArrangeAppointments(schedule, appointments, groupingValues, layoutArea)

    Parameters

    schedule
    appointments
    groupingValues
    layoutArea
    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