C# Класс Yea.Scheduler.Model.YearOnLastDayOfYearUnit

Показать файл Открыть проект

Private Properties

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

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

Метод Описание
At ( int hours, int minutes ) : void

Schedules the specified task to run at the hour and minute specified on the last day of year. If the hour and minute have passed, the task will execute the next scheduled year.

YearOnLastDayOfYearUnit ( Schedule schedule, int duration ) : Yea.DataTypes.ExtensionMethods

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

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

Schedules the specified task to run at the hour and minute specified on the last day of year. If the hour and minute have passed, the task will execute the next scheduled year.
public At ( int hours, int minutes ) : void
hours int 0-23: Represents the hour of the day
minutes int 0-59: Represents the minute of the day
Результат void

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

public YearOnLastDayOfYearUnit ( Schedule schedule, int duration ) : Yea.DataTypes.ExtensionMethods
schedule Schedule
duration int
Результат Yea.DataTypes.ExtensionMethods