C# 클래스 FluentScheduler.MonthOnLastDayOfMonthUnit

Unit of time that represents last day of the month.
파일 보기 프로젝트 열기: fluentscheduler/FluentScheduler

Private Properties

프로퍼티 타입 설명
MonthOnLastDayOfMonthUnit

공개 메소드들

메소드 설명
At ( int hours, int minutes ) : void

Runs the job at the given time of day.

비공개 메소드들

메소드 설명
MonthOnLastDayOfMonthUnit ( Schedule schedule, int duration )

메소드 상세

At() 공개 메소드

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