TimeOfDayHourMinuteAndSecondOfDay Method

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 static TimeOfDay HourMinuteAndSecondOfDay(
	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.

Return Value

Type: TimeOfDay

[Missing <returns> documentation for "M:Quartz.TimeOfDay.HourMinuteAndSecondOfDay(System.Int32,System.Int32,System.Int32)"]

See Also

Reference