Skip to main content

WorkWeekRule.GetDefaultWorkTime(DayOfWeek) Method

For internal use.

Namespace: DevExpress.XtraGantt

Assembly: DevExpress.XtraGantt.v23.2.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