QueryWorkTimeEventArgs(TimeInterval, Resource) Constructor
Initializes new instance of the QueryWorkTimeEventArgs class with the specified settings.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v24.1.Core.Desktop.dll
NuGet Package: DevExpress.Scheduler.CoreDesktop
Declaration
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