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 | Time |
A Time |
resource | Resource | A Resource object, for which the working time is queried. |
See Also