TimeOfDayHourAndMinuteOfDay Method

Quartz.NET 3.0 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: 3.0.0
Syntax

C#
public static TimeOfDay HourAndMinuteOfDay(
	int hour,
	int minute
)

Parameters

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

Return Value

Type: TimeOfDay
The newly instantiated TimeOfDay
See Also

Reference