C# Class FluentScheduler.HourUnit

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

Private Properties

Свойство Type Description
HourUnit

Méthodes publiques

Méthode Description
At ( int minutes ) : ITimeRestrictableUnit

Runs the job at the given minute of the hour.

Private Methods

Méthode Description
HourUnit ( Schedule schedule, int duration )

Method Details

At() public méthode

Runs the job at the given minute of the hour.
public At ( int minutes ) : ITimeRestrictableUnit
minutes int The minutes (0 through 59).
Résultat ITimeRestrictableUnit