C# 클래스 FluentScheduler.YearUnit

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

Private Properties

프로퍼티 타입 설명
YearUnit

공개 메소드들

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

Runs the job on the given day of the year. If the day has passed it schedules to the next year.

OnTheLastDay ( ) : YearOnLastDayOfYearUnit

Runs the job on the last day of the year.

비공개 메소드들

메소드 설명
YearUnit ( Schedule schedule, int duration )

메소드 상세

On() 공개 메소드

Runs the job on the given day of the year. If the day has passed it schedules to the next year.
public On ( int day ) : YearOnDayOfYearUnit
day int Day of the year to run the job.
리턴 YearOnDayOfYearUnit

OnTheLastDay() 공개 메소드

Runs the job on the last day of the year.
public OnTheLastDay ( ) : YearOnLastDayOfYearUnit
리턴 YearOnLastDayOfYearUnit