C# 클래스 FluentScheduler.YearOnDayOfYearUnit

Unit of time that represents a specific day of the year.
파일 보기 프로젝트 열기: fluentscheduler/FluentScheduler

Private Properties

프로퍼티 타입 설명
YearOnDayOfYearUnit

공개 메소드들

메소드 설명
At ( int hours, int minutes ) : void

Runs the job at the given time of day.

비공개 메소드들

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

메소드 상세

At() 공개 메소드

Runs the job at the given time of day.
public At ( int hours, int minutes ) : void
hours int The hours (0 through 23).
minutes int The minutes (0 through 59).
리턴 void