MonthlyRecurrenceViewModel.OnDayOfWeekViewModel.WeekNumber Property
In This Article
Namespace: DevExpress.XamarinForms.Scheduler
Assembly: DevExpress.XamarinForms.Scheduler.dll
NuGet Package: DevExpress.XamarinForms.Scheduler
#Declaration
C#
public WeekOfMonth WeekNumber { get; set; }
#Property Value
Type |
---|
Week |
Available values:
Name | Description |
---|---|
None | Specifies neither week in the month. |
First | The first week in the month. |
Second | The second week in the month. |
Third | The third week in the month. |
Fourth | The fourth week in the month. |
Last | The last week in the month. |
See Also