C# 클래스 FluentScheduler.WeekUnit

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

Private Properties

프로퍼티 타입 설명
WeekUnit System

공개 메소드들

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

Runs the job at the given time of day.

On ( DayOfWeek day ) : WeeklyDayOfWeekUnit

Runs the job on the given day of the week.

비공개 메소드들

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

메소드 상세

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

On() 공개 메소드

Runs the job on the given day of the week.
public On ( DayOfWeek day ) : WeeklyDayOfWeekUnit
day DayOfWeek The day of the week.
리턴 WeeklyDayOfWeekUnit