C# Класс FluentScheduler.MonthOnDayOfWeekUnit

Unit of time that represents week and day of week of the month (wow that's confusing).
Показать файл Открыть проект

Private Properties

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

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

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

Runs the job at the given time of day.

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

Метод Описание
MonthOnDayOfWeekUnit ( Schedule schedule, int duration, Week week, DayOfWeek dayOfWeek ) : System

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

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

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