Skip to main content

TimeIntervalEventArgs(TimeInterval) Constructor

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

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v23.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