CronExpressionStoreExpressionVals Method

Quartz.NET 3.0 API Documentation
Stores the expression values.

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

C#
protected virtual int StoreExpressionVals(
	int pos,
	string s,
	int type
)

Parameters

pos
Type: SystemInt32
The position.
s
Type: SystemString
The string to traverse.
type
Type: SystemInt32
The type of value.

Return Value

Type: Int32

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

See Also

Reference