CronExpressionAddToSet Method

Quartz.NET 3.0 API Documentation
Adds to set.

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

C#
protected virtual void AddToSet(
	int val,
	int end,
	int incr,
	int type
)

Parameters

val
Type: SystemInt32
The val.
end
Type: SystemInt32
The end.
incr
Type: SystemInt32
The incr.
type
Type: SystemInt32
The type.
See Also

Reference