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.v18.2.Core.dll

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