C# 클래스 Yea.Scheduler.Model.MonthOnLastDayOfMonthUnit

파일 보기 프로젝트 열기: OxPatient/Rule-Engine

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
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 month.

MonthOnLastDayOfMonthUnit ( Schedule schedule, int duration ) : Yea.DataTypes.ExtensionMethods

메소드 상세

At() 공개 메소드

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 month.
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
리턴 void

MonthOnLastDayOfMonthUnit() 공개 메소드

public MonthOnLastDayOfMonthUnit ( Schedule schedule, int duration ) : Yea.DataTypes.ExtensionMethods
schedule Schedule
duration int
리턴 Yea.DataTypes.ExtensionMethods