C# 클래스 FluentScheduler.WeeklyDayOfWeekUnit

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

Private Properties

프로퍼티 타입 설명
WeeklyDayOfWeekUnit System

공개 메소드들

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

Runs the job at the given time of day.

비공개 메소드들

메소드 설명
WeeklyDayOfWeekUnit ( Schedule schedule, int duration, DayOfWeek day ) : 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