C# Class NCrontab.Advanced.Filters.LastWeekdayOfMonthFilter

Handles filtering for the last weekday of a month
Inheritance: ICronFilter
显示文件 Open project: jcoutch/NCrontab-Advanced Class Usage Examples

Public Methods

Method Description
IsMatch ( System.DateTime value ) : bool

Checks if the value is accepted by the filter

LastWeekdayOfMonthFilter ( CrontabFieldKind kind ) : System

Constructs a new RangeFilter instance

ToString ( ) : string

Method Details

IsMatch() public method

Checks if the value is accepted by the filter
public IsMatch ( System.DateTime value ) : bool
value System.DateTime The value to check
return bool

LastWeekdayOfMonthFilter() public method

Constructs a new RangeFilter instance
public LastWeekdayOfMonthFilter ( CrontabFieldKind kind ) : System
kind CrontabFieldKind The crontab field kind to associate with this filter
return System

ToString() public method

public ToString ( ) : string
return string