C# Class FluentScheduler.YearUnit

Unit of time in years.
Afficher le fichier Open project: fluentscheduler/FluentScheduler Class Usage Examples

Private Properties

Свойство Type Description
YearUnit

Méthodes publiques

Méthode Description
On ( int day ) : YearOnDayOfYearUnit

Runs the job on the given day of the year. If the day has passed it schedules to the next year.

OnTheLastDay ( ) : YearOnLastDayOfYearUnit

Runs the job on the last day of the year.

Private Methods

Méthode Description
YearUnit ( Schedule schedule, int duration )

Method Details

On() public méthode

Runs the job on the given day of the year. If the day has passed it schedules to the next year.
public On ( int day ) : YearOnDayOfYearUnit
day int Day of the year to run the job.
Résultat YearOnDayOfYearUnit

OnTheLastDay() public méthode

Runs the job on the last day of the year.
public OnTheLastDay ( ) : YearOnLastDayOfYearUnit
Résultat YearOnLastDayOfYearUnit