Method | Description | |
---|---|---|
AnyFilter ( CrontabFieldKind kind ) : System |
Constructs a new AnyFilter instance
|
|
First ( ) : int | ||
IsMatch ( System.DateTime value ) : bool |
Checks if the value is accepted by the filter
|
|
Next ( int value ) : int? | ||
ToString ( ) : string |
public AnyFilter ( CrontabFieldKind kind ) : System | ||
kind | CrontabFieldKind | The crontab field kind to associate with this filter |
return | System |
public IsMatch ( System.DateTime value ) : bool | ||
value | System.DateTime | The value to check |
return | bool |