C# 클래스 FluentScheduler.MonthUnit

Unit of time in months.
파일 보기 프로젝트 열기: fluentscheduler/FluentScheduler 1 사용 예제들

Private Properties

프로퍼티 타입 설명
MonthUnit System

공개 메소드들

메소드 설명
On ( int day ) : MonthOnDayOfMonthUnit

Runs the job on the given day of the month.

OnTheFirst ( DayOfWeek day ) : MonthOnDayOfWeekUnit

Runs the job on the given day of week on the first week of the month.

OnTheFourth ( DayOfWeek day ) : MonthOnDayOfWeekUnit

Runs the job on the given day of week on the fourth week of the month.

OnTheLast ( DayOfWeek day ) : MonthOnDayOfWeekUnit

Runs the job on the given day of week on the last week of the month.

OnTheLastDay ( ) : MonthOnLastDayOfMonthUnit

Runs the job on the last day of the month.

OnTheSecond ( DayOfWeek day ) : MonthOnDayOfWeekUnit

Runs the job on the given day of week on the second week of the month.

OnTheThird ( DayOfWeek day ) : MonthOnDayOfWeekUnit

Runs the job on the given day of week on the third week of the month.

비공개 메소드들

메소드 설명
MonthUnit ( Schedule schedule, int duration ) : System

메소드 상세

On() 공개 메소드

Runs the job on the given day of the month.
public On ( int day ) : MonthOnDayOfMonthUnit
day int The day (1 through the number of days in month).
리턴 MonthOnDayOfMonthUnit

OnTheFirst() 공개 메소드

Runs the job on the given day of week on the first week of the month.
public OnTheFirst ( DayOfWeek day ) : MonthOnDayOfWeekUnit
day DayOfWeek The day of the week.
리턴 MonthOnDayOfWeekUnit

OnTheFourth() 공개 메소드

Runs the job on the given day of week on the fourth week of the month.
public OnTheFourth ( DayOfWeek day ) : MonthOnDayOfWeekUnit
day DayOfWeek The day of the week.
리턴 MonthOnDayOfWeekUnit

OnTheLast() 공개 메소드

Runs the job on the given day of week on the last week of the month.
public OnTheLast ( DayOfWeek day ) : MonthOnDayOfWeekUnit
day DayOfWeek The day of the week.
리턴 MonthOnDayOfWeekUnit

OnTheLastDay() 공개 메소드

Runs the job on the last day of the month.
public OnTheLastDay ( ) : MonthOnLastDayOfMonthUnit
리턴 MonthOnLastDayOfMonthUnit

OnTheSecond() 공개 메소드

Runs the job on the given day of week on the second week of the month.
public OnTheSecond ( DayOfWeek day ) : MonthOnDayOfWeekUnit
day DayOfWeek The day of the week.
리턴 MonthOnDayOfWeekUnit

OnTheThird() 공개 메소드

Runs the job on the given day of week on the third week of the month.
public OnTheThird ( DayOfWeek day ) : MonthOnDayOfWeekUnit
day DayOfWeek The day of the week.
리턴 MonthOnDayOfWeekUnit