C# Класс FluentScheduler.DayUnit

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

Private Properties

Свойство Тип Описание
DayUnit System
IDayRestrictableUnit System.DateTime

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

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

Runs the job at the given time of day.

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

Метод Описание
DayUnit ( Schedule schedule, int duration ) : System
IDayRestrictableUnit ( System.DateTime increment ) : System.DateTime

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

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

Runs the job at the given time of day.
public At ( int hours, int minutes ) : IDayRestrictableUnit
hours int The hours (0 through 23).
minutes int The minutes (0 through 59).
Результат IDayRestrictableUnit