C# Class FluentScheduler.SpecificTimeUnit

Unit of specific time of the day.
Afficher le fichier Open project: fluentscheduler/FluentScheduler Class Usage Examples

Private Properties

Свойство Type Description
SpecificTimeUnit System

Méthodes publiques

Méthode Description
AndEvery ( int interval ) : TimeUnit

Also runs the job according to the given interval.

Private Methods

Méthode Description
SpecificTimeUnit ( Schedule schedule ) : System

Method Details

AndEvery() public méthode

Also runs the job according to the given interval.
public AndEvery ( int interval ) : TimeUnit
interval int Interval to wait.
Résultat TimeUnit