MonthlyRecurrenceBuilder.ByDay(WeekDays, WeekOfMonth) Method
Specifies the days on which to schedule occurrences.
Namespace: DevExpress.Xpf.Scheduling
Assembly: DevExpress.Xpf.Scheduling.v24.1.dll
NuGet Package: DevExpress.Wpf.Scheduling
Declaration
Parameters
Name | Type | Description |
---|---|---|
weekDay | WeekDays | A DevExpress.XtraScheduler.WeekDays enumeration value specifying the day/days in a week. |
dayNumber | WeekOfMonth | A DevExpress.XtraScheduler.WeekOfMonth enumeration value that specifies the specific day when the weekDay parameter is set to a range of days. |
Returns
Type | Description |
---|---|
MonthlyRecurrenceBuilder | A DevExpress.Xpf.Scheduling.MonthlyRecurrenceBuilder object used to define a monthly recurrence. |
See Also