SimpleScheduleBuilderWithInterval Method

Quartz.NET 3.0 API Documentation
Specify a repeat interval in milliseconds.

Namespace:  Quartz
Assembly:  Quartz (in Quartz.dll) Version: 3.0.0
Syntax

C#
public SimpleScheduleBuilder WithInterval(
	TimeSpan timeSpan
)

Parameters

timeSpan
Type: SystemTimeSpan
the time span at which the trigger should repeat.

Return Value

Type: SimpleScheduleBuilder
the updated SimpleScheduleBuilder
Remarks

See Also

Reference