C# 클래스 FluentScheduler.HourUnit

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

Private Properties

프로퍼티 타입 설명
HourUnit

공개 메소드들

메소드 설명
At ( int minutes ) : ITimeRestrictableUnit

Runs the job at the given minute of the hour.

비공개 메소드들

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

메소드 상세

At() 공개 메소드

Runs the job at the given minute of the hour.
public At ( int minutes ) : ITimeRestrictableUnit
minutes int The minutes (0 through 59).
리턴 ITimeRestrictableUnit