프로퍼티 | 타입 | 설명 | |
---|---|---|---|
IsMatch | bool |
메소드 | 설명 | |
---|---|---|
First ( ) : int | ||
IsMatch ( System.DateTime value ) : bool |
Checks if the value is accepted by the filter
|
|
Next ( int value ) : int? | ||
RangeFilter ( int start, int end, int steps, 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 RangeFilter ( int start, int end, int steps, CrontabFieldKind kind ) : System | ||
start | int | The start of the range |
end | int | The end of the range |
steps | int | The steps in the range |
kind | CrontabFieldKind | The crontab field kind to associate with this filter |
리턴 | System |