CronExpression GetNumericValue Method Quartz.NET API Documentation
Gets the numeric value from string.

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

protected virtual int GetNumericValue(
	string s,
	int i
)

Return Value

Type: Int32

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

See Also