C# Класс FluentScheduler.WeekUnit

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

Private Properties

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

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

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

Runs the job at the given time of day.

On ( DayOfWeek day ) : WeeklyDayOfWeekUnit

Runs the job on the given day of the week.

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

Метод Описание
WeekUnit ( Schedule schedule, int duration ) : 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

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

Runs the job on the given day of the week.
public On ( DayOfWeek day ) : WeeklyDayOfWeekUnit
day DayOfWeek The day of the week.
Результат WeeklyDayOfWeekUnit