SimpleScheduleBuilderWithIntervalInSeconds Method

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

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

C#
public SimpleScheduleBuilder WithIntervalInSeconds(
	int seconds
)

Parameters

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

Return Value

Type: SimpleScheduleBuilder
the updated SimpleScheduleBuilder
Remarks

See Also

Reference