Свойство | Тип | Описание | |
---|---|---|---|
IsMatch | bool |
Метод | Описание | |
---|---|---|
First ( ) : int | ||
IsMatch ( System.DateTime value ) : bool |
Checks if the value is accepted by the filter
|
|
Next ( int value ) : int? | ||
StepFilter ( int start, int step, CrontabFieldKind kind ) : System |
Constructs a new RangeFilter instance
|
|
ToString ( ) : string |
Метод | Описание | |
---|---|---|
IsMatch ( int evalValue ) : bool |
public IsMatch ( System.DateTime value ) : bool | ||
value | System.DateTime | The value to check |
Результат | bool |
public StepFilter ( int start, int step, CrontabFieldKind kind ) : System | ||
start | int | The start of the range |
step | int | |
kind | CrontabFieldKind | The crontab field kind to associate with this filter |
Результат | System |