YearlyRecurrenceBuilder.ByMonthDay(Int32, DayOfWeek, Int32) Method
In This Article
Specifies the date on which to schedule occurrences.
Namespace: DevExpress.Xpf.Scheduling
Assembly: DevExpress.Xpf.Scheduling.v24.2.dll
NuGet Package: DevExpress.Wpf.Scheduling
#Declaration
public YearlyRecurrenceBuilder ByMonthDay(
int month,
DayOfWeek dayOfWeek,
int dayNumber = 1
)
#Parameters
Name | Type | Description |
---|---|---|
month | Int32 | An integer value between 1 and 12*, inclusive, that is the month number. |
day |
Day |
A System. |
#Optional Parameters
Name | Type | Default | Description |
---|---|---|---|
day |
Int32 | 1 | An integer value that specifies the week. |
#Returns
Type | Description |
---|---|
Yearly |
A DevExpress. |
See Also