C# Class FluentScheduler.DayUnit

Unit of time in days.
Inheritance: IDayRestrictableUnit
显示文件 Open project: fluentscheduler/FluentScheduler Class Usage Examples

Private Properties

Property Type Description
DayUnit System
IDayRestrictableUnit System.DateTime

Public Methods

Method Description
At ( int hours, int minutes ) : IDayRestrictableUnit

Runs the job at the given time of day.

Private Methods

Method Description
DayUnit ( Schedule schedule, int duration ) : System
IDayRestrictableUnit ( System.DateTime increment ) : System.DateTime

Method Details

At() public method

Runs the job at the given time of day.
public At ( int hours, int minutes ) : IDayRestrictableUnit
hours int The hours (0 through 23).
minutes int The minutes (0 through 59).
return IDayRestrictableUnit