C# Class Yea.Scheduler.Model.MonthOnLastDayOfMonthUnit

Afficher le fichier Open project: OxPatient/Rule-Engine

Private Properties

Свойство Type Description

Méthodes publiques

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

Schedules the specified task to run at the hour and minute specified. If the hour and minute have passed, the task will execute the next scheduled month.

MonthOnLastDayOfMonthUnit ( Schedule schedule, int duration ) : Yea.DataTypes.ExtensionMethods

Method Details

At() public méthode

Schedules the specified task to run at the hour and minute specified. If the hour and minute have passed, the task will execute the next scheduled month.
public At ( int hours, int minutes ) : void
hours int 0-23: Represents the hour of the day
minutes int 0-59: Represents the minute of the day
Résultat void

MonthOnLastDayOfMonthUnit() public méthode

public MonthOnLastDayOfMonthUnit ( Schedule schedule, int duration ) : Yea.DataTypes.ExtensionMethods
schedule Schedule
duration int
Résultat Yea.DataTypes.ExtensionMethods