C# Class FluentScheduler.HourUnit

Unit of time in hours.
Inheritance: ITimeRestrictableUnit
Show file Open project: fluentscheduler/FluentScheduler Class Usage Examples

Private Properties

Property Type Description
HourUnit

Public Methods

Method Description
At ( int minutes ) : ITimeRestrictableUnit

Runs the job at the given minute of the hour.

Private Methods

Method Description
HourUnit ( Schedule schedule, int duration )

Method Details

At() public method

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