Свойство | Тип | Описание |
---|
Метод | Описание | |
---|---|---|
IsMatch ( System.DateTime value ) : bool |
Checks if the value is accepted by the filter
|
|
SpecificDayOfWeekInMonthFilter ( int dayOfWeek, int weekNumber, CrontabFieldKind kind ) : System |
Constructs a new instance of LastDayOfWeekInMonthFilter
|
|
ToString ( ) : string |
public IsMatch ( System.DateTime value ) : bool | ||
value | System.DateTime | The value to check |
Результат | bool |
public SpecificDayOfWeekInMonthFilter ( int dayOfWeek, int weekNumber, CrontabFieldKind kind ) : System | ||
dayOfWeek | int | The cron day of the week (0 = Sunday...7 = Saturday) |
weekNumber | int | Indicates which occurence of the day to filter against |
kind | CrontabFieldKind | The crontab field kind to associate with this filter |
Результат | System |