C# 클래스 FluentScheduler.DelayTimeUnit

Unit used to represent delay.
파일 보기 프로젝트 열기: fluentscheduler/FluentScheduler

Private Properties

프로퍼티 타입 설명
DelayTimeUnit System

공개 메소드들

메소드 설명
Days ( ) : void

Sets the interval to days.

Hours ( ) : void

Sets the interval to hours.

Minutes ( ) : void

Sets the interval to minutes.

Months ( ) : void

Sets the interval to months.

Seconds ( ) : void

Sets the interval to seconds.

Weeks ( ) : void

Sets the interval to weeks.

Years ( ) : void

Sets the interval to years.

비공개 메소드들

메소드 설명
DelayTimeUnit ( Schedule schedule, int interval ) : System

메소드 상세

Days() 공개 메소드

Sets the interval to days.
public Days ( ) : void
리턴 void

Hours() 공개 메소드

Sets the interval to hours.
public Hours ( ) : void
리턴 void

Minutes() 공개 메소드

Sets the interval to minutes.
public Minutes ( ) : void
리턴 void

Months() 공개 메소드

Sets the interval to months.
public Months ( ) : void
리턴 void

Seconds() 공개 메소드

Sets the interval to seconds.
public Seconds ( ) : void
리턴 void

Weeks() 공개 메소드

Sets the interval to weeks.
public Weeks ( ) : void
리턴 void

Years() 공개 메소드

Sets the interval to years.
public Years ( ) : void
리턴 void