Skip to main content

QueryWorkTimeEventArgs(TimeInterval, Resource) Constructor

In This Article

Initializes new instance of the QueryWorkTimeEventArgs class with the specified settings.

Namespace: DevExpress.XtraScheduler

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

NuGet Package: DevExpress.Scheduler.CoreDesktop

#Declaration

public QueryWorkTimeEventArgs(
    TimeInterval interval,
    Resource resource
)

#Parameters

Name Type Description
interval TimeInterval

A TimeInterval object that is the working time interval.

resource Resource

A Resource object, for which the working time is queried.

See Also