Method | Description | |
---|---|---|
IsMatch ( System.DateTime value ) : bool |
Checks if the value is accepted by the filter
|
|
NearestWeekdayFilter ( int specificValue, CrontabFieldKind kind ) : System |
Constructs a new RangeFilter instance
|
|
ToString ( ) : string |
public IsMatch ( System.DateTime value ) : bool | ||
value | System.DateTime | The value to check |
return | bool |
public NearestWeekdayFilter ( int specificValue, CrontabFieldKind kind ) : System | ||
specificValue | int | The specific value you wish to match |
kind | CrontabFieldKind | The crontab field kind to associate with this filter |
return | System |