C# 클래스 FluentScheduler.DayUnit

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

Private Properties

프로퍼티 타입 설명
DayUnit System
IDayRestrictableUnit System.DateTime

공개 메소드들

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

Runs the job at the given time of day.

비공개 메소드들

메소드 설명
DayUnit ( Schedule schedule, int duration ) : System
IDayRestrictableUnit ( System.DateTime increment ) : System.DateTime

메소드 상세

At() 공개 메소드

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