TimeOfDay Constructor (Int32, Int32, Int32)Quartz.NET API Documentation
Create a TimeOfDay instance for the given hour, minute and second.

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

public TimeOfDay(
	int hour,
	int minute,
	int second
)
See Also