Namespace: Assorted.Utils.Dates.Patterns
Assembly: Assorted.Utils (Assorted.Utils.dll) version 1.1.0.0
Initializes an instance of MonthlyWeekPattern
class.
public MonthlyWeekPattern(WeekOfMonth weekOfMonth, DaysOfTheWeek daysOfWeek, int interval = 1)
weekOfMonth
: WeekOfMonth
The week of the month when the event occurs.
daysOfWeek
: DaysOfTheWeek
The accepted days of the week when the event can occur.
interval
: int
The interval of occurrences in number of months.
Exception | Description |
---|---|
System.ArgumentOutOfRangeException | interval is less than 1. |
This document is generated by DG.