CronExpressionSkipWhiteSpace Method

Quartz.NET 3.0 API Documentation
Skips the white space.

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

C#
protected virtual int SkipWhiteSpace(
	int i,
	string s
)

Parameters

i
Type: SystemInt32
The i.
s
Type: SystemString
The s.

Return Value

Type: Int32

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

See Also

Reference