C# (CSharp) NCrontab.Advanced.Filters Namespace

Classes

Name Description
AnyFilter Handles the filter instance where the user specifies a * (for any value)
BlankDayOfMonthOrWeekFilter No specific value filter for day-of-week and day-of -month fields http://www.quartz-scheduler.net/documentation/quartz-2.x/tutorial/crontrigger.html https://en.wikipedia.org/wiki/Cron#CRON_expression
LastDayOfMonthFilter Handles filtering for the last day of the month
LastDayOfWeekInMonthFilter Handles filtering for the last specified day of the week in the month
LastWeekdayOfMonthFilter Handles filtering for the last weekday of a month
NearestWeekdayFilter Handles filtering for the nearest weekday to a specified day
RangeFilter Handles filtering ranges (i.e. 1-5)
SpecificDayOfWeekInMonthFilter Handles filtering for a specific day of the week in the month (i.e. 3rd Tuesday of the month)
SpecificFilter Handles filtering for a specific value
SpecificYearFilter Handles filtering for a specific value
StepFilter Handles step values (i.e. */5, 2/7) For example, */5 in the minutes field indicates every 5 minutes