Namespace: Assorted.Utils.Dates
Assembly: Assorted.Utils (Assorted.Utils.dll) version 1.1.0.0
Inheritance: object→
Recurrent
This class provides some factory methods creating concrete instances of the IRecurrentPattern
interface.
public static class Recurrent
Method | Description |
---|---|
Daily(int) | Returns a daily reoccurring pattern. |
Monthly(int, int) | Returns a monthly reoccurring pattern when events occur on a specific day of the month. |
Monthly(WeekOfMonth, DayOfWeek, int) | Returns a monthly reoccurring pattern when events occur on a specific day of the week and a specific week of the month. |
Monthly(WeekOfMonth, DaysOfTheWeek, int) | Returns a monthly reoccurring pattern when events occur on one of the specified days of the week and a specific week of the month. |
Weekly(DayOfWeek, int, DayOfWeek) | Returns a weekly reoccurring pattern when events occur on a specific day of the week. |
Weekly(DaysOfTheWeek, int, DayOfWeek) | Returns a weekly reoccurring pattern when events occur on the specified days of the week. |
Yearly(int, int) | Returns a yearly reoccurring pattern when events occur on a specific day of the year. |
Yearly(int, int, int) | Returns a yearly reoccurring pattern when events occur on a specific day of the month and a specific month of the year. |
Yearly(MonthOfYear, int, int) | Returns a yearly reoccurring pattern when events occur on a specific day of the month and a specific month of the year. |
Yearly(WeekOfMonth, DayOfWeek, int, int) | Returns a yearly reoccurring pattern when events occur on a specific day of the week and a specific week of a month of the year. |
Yearly(WeekOfMonth, DayOfWeek, MonthOfYear, int) | Returns a yearly reoccurring pattern when events occur on a specific day of the week and a specific week of a month of the year. |
Yearly(WeekOfMonth, DaysOfTheWeek, int, int) | Returns a yearly reoccurring pattern when events occur on one of the specified days of the week and a specific week of a month of the year. |
Yearly(WeekOfMonth, DaysOfTheWeek, MonthOfYear, int) | Returns a yearly reoccurring pattern when events occur on one of the specified days of the week and a specific week of a month of the year. |
Any public static member of this type is thread-safe, but instance members are not guaranteed to be thread-safe.
This document is generated by DG.