DateBuilderOnDay Method

Quartz.NET 3.0 API Documentation
Set the day of month (1-31) for the Date that will be built by this builder.

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

C#
public DateBuilder OnDay(
	int day
)

Parameters

day
Type: SystemInt32

Return Value

Type: DateBuilder

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

See Also

Reference