DateBuilder InMonth Method Quartz.NET API Documentation
Set the month (1-12) for the Date that will be built by this builder.

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

public DateBuilder InMonth(
	int month
)

Parameters

month
Type: System Int32

[Missing <param name="month"/> documentation for "M:Quartz.DateBuilder.InMonth(System.Int32)"]

Return Value

Type: DateBuilder

[Missing <returns> documentation for "M:Quartz.DateBuilder.InMonth(System.Int32)"]

See Also