CronExpression CheckNext Method Quartz.NET API Documentation
Checks the next value.

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

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

Return Value

Type: Int32

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

See Also