CronExpressionGetNumericValue Method

Quartz.NET 3.0 API Documentation
Gets the numeric value from string.

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

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

Parameters

s
Type: SystemString
The string to parse from.
i
Type: SystemInt32
The i.

Return Value

Type: Int32

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

See Also

Reference