TimeOfDay Constructor (Int32, Int32, Int32)

Quartz.NET 3.0 API Documentation
Create a TimeOfDay instance for the given hour, minute and second.

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

C#
public TimeOfDay(
	int hour,
	int minute,
	int second
)

Parameters

hour
Type: SystemInt32
The hour of day, between 0 and 23.
minute
Type: SystemInt32
The minute of the hour, between 0 and 59.
second
Type: SystemInt32
The second of the minute, between 0 and 59.
See Also

Reference