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

TimeIntervalEventArgs(TimeInterval) Constructor

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

Namespace: DevExpress.XtraScheduler

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

NuGet Packages: DevExpress.Scheduler.Core, DevExpress.WindowsDesktop.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