Skip to main content

FetchAppointmentsEventArgs(TimeInterval) Constructor

In This Article

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

Namespace: DevExpress.XtraScheduler

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

NuGet Package: DevExpress.Scheduler.Core

#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