C# Class FluentScheduler.MonthOnDayOfMonthUnit

Unit of time that represents a specific day of the month.
Afficher le fichier Open project: fluentscheduler/FluentScheduler

Private Properties

Свойство Type Description
MonthOnDayOfMonthUnit

Méthodes publiques

Méthode Description
At ( int hours, int minutes ) : void

Runs the job at the given time of day.

Private Methods

Méthode Description
MonthOnDayOfMonthUnit ( Schedule schedule, int duration, int dayOfMonth )

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