C# Класс FluentScheduler.YearUnit

Unit of time in years.
Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание
YearUnit

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

Метод Описание
On ( int day ) : YearOnDayOfYearUnit

Runs the job on the given day of the year. If the day has passed it schedules to the next year.

OnTheLastDay ( ) : YearOnLastDayOfYearUnit

Runs the job on the last day of the year.

Приватные методы

Метод Описание
YearUnit ( Schedule schedule, int duration )

Описание методов

On() публичный Метод

Runs the job on the given day of the year. If the day has passed it schedules to the next year.
public On ( int day ) : YearOnDayOfYearUnit
day int Day of the year to run the job.
Результат YearOnDayOfYearUnit

OnTheLastDay() публичный Метод

Runs the job on the last day of the year.
public OnTheLastDay ( ) : YearOnLastDayOfYearUnit
Результат YearOnLastDayOfYearUnit