Scheduler for WPF | ComponentOne
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 Date, _
       ByVal end As Date _
    ) 
    public void RefreshData( 
       DateTime start,
       DateTime end
    )

    Parameters

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