Skip to content

Latest commit

 

History

History
38 lines (24 loc) · 1.3 KB

Assorted.Utils.Dates.Patterns.MonthlyWeekPattern.-ctor.md

File metadata and controls

38 lines (24 loc) · 1.3 KB

MonthlyWeekPattern.MonthlyWeekPattern(WeekOfMonth, DaysOfTheWeek, int) Constructor

Namespace: Assorted.Utils.Dates.Patterns
Assembly: Assorted.Utils (Assorted.Utils.dll) version 1.1.0.0

Initializes an instance of MonthlyWeekPattern class.

Syntax

public MonthlyWeekPattern(WeekOfMonth weekOfMonth, DaysOfTheWeek daysOfWeek, int interval = 1)

Parameters

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.

Exceptions

Exception Description
System.ArgumentOutOfRangeException interval is less than 1.

See Also


This document is generated by DG.