C# Class FluentScheduler.TimeUnit

Unit of time.
Afficher le fichier Open project: fluentscheduler/FluentScheduler

Méthodes publiques

Méthode Description
Days ( ) : DayUnit

Sets the interval to days.

Hours ( ) : HourUnit

Sets the interval to hours.

Minutes ( ) : MinuteUnit

Sets the interval to minutes.

Months ( ) : MonthUnit

Sets the interval to months.

Seconds ( ) : SecondUnit

Sets the interval to seconds.

Weekdays ( ) : WeekdayUnit

Sets the interval to weekdays.

Weeks ( ) : WeekUnit

Sets the interval to weeks.

Years ( ) : YearUnit

Sets the interval to years.

Private Methods

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

Method Details

Days() public méthode

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

Hours() public méthode

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

Minutes() public méthode

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

Months() public méthode

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

Seconds() public méthode

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

Weekdays() public méthode

Sets the interval to weekdays.
public Weekdays ( ) : WeekdayUnit
Résultat WeekdayUnit

Weeks() public méthode

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

Years() public méthode

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