Skip to main content
A newer version of this page is available. .

FetchAppointmentsEventArgs(TimeInterval) Constructor

Initializes a new instance of the FetchAppointmentsEventArgs class with the specified time interval.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v18.2.Core.dll

Declaration

public FetchAppointmentsEventArgs(
    TimeInterval interval
)

Parameters

Name Type Description
interval TimeInterval

A TimeInterval value which represents the time interval for which the appointments are requested.

See Also