WeeklyRecurrenceBuilder.WeekStart(DayOfWeek) Method
Specifies the first day of the week.
Namespace: DevExpress.Xpf.Scheduling
Assembly: DevExpress.Xpf.Scheduling.v24.1.dll
NuGet Package: DevExpress.Wpf.Scheduling
Declaration
Parameters
Name | Type | Description |
---|---|---|
dayOfWeek | DayOfWeek | A System.DayOfWeek value that specifies the first day of the week. |
Returns
Type | Description |
---|---|
WeeklyRecurrenceBuilder | A DevExpress.Xpf.Scheduling.WeeklyRecurrenceBuilder object used to define a weekly recurrence. |
See Also