TimeOfDay Constructor (Int32, Int32)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 TimeOfDay(
	int hour,
	int minute
)
See Also