Version

DayOfWeekRecurrenceRule Class

Rule that matches a specific weekday, or a relative day of the week within a month or year.
Syntax
public class DayOfWeekRecurrenceRule : DateRecurrenceRuleBase 
Remarks

DayOfWeekRecurrenceRule can be used to specify a day of week or a relative day of week within month or year. If the frequency is monthly or if a MonthOfYearRecurrenceRule is present then the RelativePosition indentifies the relative position within a month. Otherwise if the frequency of the recurrence is yearly then it identifies the relative position within the year. In case of monthly, valid values are -5 to -1 and 1 to 5. In case of yearly, valid values are -53 to -1 and 1 to 53.

Requirements

Target Platforms: Android 4.4+, iOS 8+

Development Environments: Visual Studio 2015+, Visual Studio for Mac Preview, Xamarin for Visual Studio 4.2+

See Also