SimpleScheduleBuilder WithIntervalInSeconds Method Quartz.NET API Documentation
Specify a repeat interval in seconds.

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

public SimpleScheduleBuilder WithIntervalInSeconds(
	int seconds
)

Parameters

seconds
Type: System Int32
the time span at which the trigger should repeat.

Return Value

Type: SimpleScheduleBuilder
the updated SimpleScheduleBuilder
Remarks

See Also