C# Class FluentScheduler.WeekUnit

Unit of time in weeks.
Afficher le fichier Open project: fluentscheduler/FluentScheduler Class Usage Examples

Private Properties

Свойство Type Description
WeekUnit System

Méthodes publiques

Méthode Description
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.

Private Methods

Méthode Description
WeekUnit ( Schedule schedule, int duration ) : System

Method Details

At() public méthode

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).
Résultat void

On() public méthode

Runs the job on the given day of the week.
public On ( DayOfWeek day ) : WeeklyDayOfWeekUnit
day DayOfWeek The day of the week.
Résultat WeeklyDayOfWeekUnit