TimeOfDay HourAndMinuteOfDay Method Quartz.NET API Documentation
Create a TimeOfDay instance for the given hour, minute (at the zero second of the minute)..

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

public static TimeOfDay HourAndMinuteOfDay(
	int hour,
	int minute
)

Return Value

Type: TimeOfDay
The newly instantiated TimeOfDay
See Also