C# 클래스 FluentScheduler.SpecificTimeUnit

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

Private Properties

프로퍼티 타입 설명
SpecificTimeUnit System

공개 메소드들

메소드 설명
AndEvery ( int interval ) : TimeUnit

Also runs the job according to the given interval.

비공개 메소드들

메소드 설명
SpecificTimeUnit ( Schedule schedule ) : System

메소드 상세

AndEvery() 공개 메소드

Also runs the job according to the given interval.
public AndEvery ( int interval ) : TimeUnit
interval int Interval to wait.
리턴 TimeUnit