C# Класс FluentScheduler.TimeUnit

Unit of time.
Показать файл Открыть проект

Открытые методы

Метод Описание
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