Scheduler for WinForms | ComponentOne
C1.ScheduleCore Assembly / C1.Schedule Namespace / AppointmentCollection Class / RefreshData Method / RefreshData(DateTime,DateTime) Method
The start date.
The end date.

In This Topic
    RefreshData(DateTime,DateTime) Method
    In This Topic
    Refreshed data for all days in the specified interval.
    Syntax
    'Declaration
     
    Public Overloads Sub RefreshData( _
       ByVal start As System.Date, _
       ByVal end As System.Date _
    ) 
    public void RefreshData( 
       System.DateTime start,
       System.DateTime end
    )

    Parameters

    start
    The start date.
    end
    The end date.
    See Also