WorkWeekRule.GetDefaultWorkTime(DayOfWeek) Method
For internal use.
Namespace: DevExpress.XtraGantt
Assembly: DevExpress.XtraGantt.v25.1.dll
NuGet Package: DevExpress.Win.Gantt
Declaration
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public WorkTimeCollection GetDefaultWorkTime(
DayOfWeek index
)
Parameters
| Name | Type | Description |
|---|---|---|
| index | DayOfWeek | For internal use. |
Returns
| Type | Description |
|---|---|
| WorkTimeCollection | For internal use. |
See Also