Skip to main content

TimeIntervalEventArgs(TimeInterval) Constructor

In This Article

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

Namespace: DevExpress.XtraScheduler

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

NuGet Package: DevExpress.Scheduler.Core

#Declaration

public TimeIntervalEventArgs(
    TimeInterval interval
)

#Parameters

Name Type Description
interval TimeInterval

A TimeInterval value which represents the event’s time interval. This value is assigned to the TimeIntervalEventArgs.Interval property.

See Also