CronExpressionCheckNext Method

Quartz.NET 3.0 API Documentation
Checks the next value.

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

C#
protected virtual int CheckNext(
	int pos,
	string s,
	int val,
	int type
)

Parameters

pos
Type: SystemInt32
The position.
s
Type: SystemString
The string to check.
val
Type: SystemInt32
The value.
type
Type: SystemInt32
The type to search.

Return Value

Type: Int32

[Missing <returns> documentation for "M:Quartz.CronExpression.CheckNext(System.Int32,System.String,System.Int32,System.Int32)"]

See Also

Reference