SimpleScheduleBuilder WithInterval Method Quartz.NET API Documentation
Specify a repeat interval in milliseconds.

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

public SimpleScheduleBuilder WithInterval(
	TimeSpan timeSpan
)

Parameters

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

Return Value

Type: SimpleScheduleBuilder
the updated SimpleScheduleBuilder
Remarks

See Also