C# Class FluentScheduler.MonthOnDayOfWeekUnit

Unit of time that represents week and day of week of the month (wow that's confusing).
Show file Open project: fluentscheduler/FluentScheduler

Private Properties

Property Type Description
MonthOnDayOfWeekUnit System

Public Methods

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

Runs the job at the given time of day.

Private Methods

Method Description
MonthOnDayOfWeekUnit ( Schedule schedule, int duration, Week week, DayOfWeek dayOfWeek ) : System

Method Details

At() public method

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).
return void