C# Класс FluentScheduler.DelayTimeUnit

Unit used to represent delay.
Показать файл Открыть проект

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