C# Class FluentScheduler.DelayTimeUnit

Unit used to represent delay.
Show file Open project: fluentscheduler/FluentScheduler

Private Properties

Property Type Description
DelayTimeUnit System

Public Methods

Method 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

Method Description
DelayTimeUnit ( Schedule schedule, int interval ) : System

Method Details

Days() public method

Sets the interval to days.
public Days ( ) : void
return void

Hours() public method

Sets the interval to hours.
public Hours ( ) : void
return void

Minutes() public method

Sets the interval to minutes.
public Minutes ( ) : void
return void

Months() public method

Sets the interval to months.
public Months ( ) : void
return void

Seconds() public method

Sets the interval to seconds.
public Seconds ( ) : void
return void

Weeks() public method

Sets the interval to weeks.
public Weeks ( ) : void
return void

Years() public method

Sets the interval to years.
public Years ( ) : void
return void