C# 클래스 NCrontab.Advanced.Filters.SpecificDayOfWeekInMonthFilter

Handles filtering for a specific day of the week in the month (i.e. 3rd Tuesday of the month)
상속: ICronFilter
파일 보기 프로젝트 열기: jcoutch/NCrontab-Advanced 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
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

메소드 상세

IsMatch() 공개 메소드

Checks if the value is accepted by the filter
public IsMatch ( System.DateTime value ) : bool
value System.DateTime The value to check
리턴 bool

SpecificDayOfWeekInMonthFilter() 공개 메소드

Constructs a new instance of LastDayOfWeekInMonthFilter
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

ToString() 공개 메소드

public ToString ( ) : string
리턴 string