CronExpression FindNextWhiteSpace Method Quartz.NET API Documentation
Finds the next white space.

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

protected virtual int FindNextWhiteSpace(
	int i,
	string s
)

Return Value

Type: Int32

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

See Also