DateBuilder AtHourOfDay Method Quartz.NET API Documentation
Set the hour (0-23) 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 AtHourOfDay(
	int hour
)

Parameters

hour
Type: System Int32

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

Return Value

Type: DateBuilder

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

See Also