C# 클래스 FluentScheduler.TimeUnit

Unit of time.
파일 보기 프로젝트 열기: fluentscheduler/FluentScheduler

공개 메소드들

메소드 설명
Days ( ) : DayUnit

Sets the interval to days.

Hours ( ) : HourUnit

Sets the interval to hours.

Minutes ( ) : MinuteUnit

Sets the interval to minutes.

Months ( ) : MonthUnit

Sets the interval to months.

Seconds ( ) : SecondUnit

Sets the interval to seconds.

Weekdays ( ) : WeekdayUnit

Sets the interval to weekdays.

Weeks ( ) : WeekUnit

Sets the interval to weeks.

Years ( ) : YearUnit

Sets the interval to years.

비공개 메소드들

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

메소드 상세

Days() 공개 메소드

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

Hours() 공개 메소드

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

Minutes() 공개 메소드

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

Months() 공개 메소드

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

Seconds() 공개 메소드

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

Weekdays() 공개 메소드

Sets the interval to weekdays.
public Weekdays ( ) : WeekdayUnit
리턴 WeekdayUnit

Weeks() 공개 메소드

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

Years() 공개 메소드

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