C# Class FluentScheduler.DelayTimeUnit

Unit used to represent delay.
Afficher le fichier Open project: fluentscheduler/FluentScheduler

Private Properties

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

Méthodes publiques

Méthode Description
Days ( ) : void

Sets the interval to days.

Hours ( ) : void

Sets the interval to hours.

Minutes ( ) : void

Sets the interval to minutes.

Months ( ) : void

Sets the interval to months.

Seconds ( ) : void

Sets the interval to seconds.

Weeks ( ) : void

Sets the interval to weeks.

Years ( ) : void

Sets the interval to years.

Private Methods

Méthode Description
DelayTimeUnit ( Schedule schedule, int interval ) : System

Method Details

Days() public méthode

Sets the interval to days.
public Days ( ) : void
Résultat void

Hours() public méthode

Sets the interval to hours.
public Hours ( ) : void
Résultat void

Minutes() public méthode

Sets the interval to minutes.
public Minutes ( ) : void
Résultat void

Months() public méthode

Sets the interval to months.
public Months ( ) : void
Résultat void

Seconds() public méthode

Sets the interval to seconds.
public Seconds ( ) : void
Résultat void

Weeks() public méthode

Sets the interval to weeks.
public Weeks ( ) : void
Résultat void

Years() public méthode

Sets the interval to years.
public Years ( ) : void
Résultat void