C# Class Yea.Scheduler.Model.WeeklyDayOfWeekUnit

Mostrar archivo Open project: OxPatient/Rule-Engine

Private Properties

Property Type Description

Public Methods

Method 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 week.

WeeklyDayOfWeekUnit ( Schedule schedule, int duration, DayOfWeek day ) : System

Method Details

At() public method

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

WeeklyDayOfWeekUnit() public method

public WeeklyDayOfWeekUnit ( Schedule schedule, int duration, DayOfWeek day ) : System
schedule Schedule
duration int
day DayOfWeek
return System