CronExpressionGetMonthNumber Method

Quartz.NET 3.0 API Documentation
Gets the month number.

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

C#
protected virtual int GetMonthNumber(
	string s
)

Parameters

s
Type: SystemString
The string to map with.

Return Value

Type: Int32

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

See Also

Reference