DateBuilderDateOf Method (Int32, Int32, Int32)

Quartz.NET 3.0 API Documentation
Get a DateTimeOffset object that represents the given time, on today's date.

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

C#
public static DateTimeOffset DateOf(
	int hour,
	int minute,
	int second
)

Parameters

hour
Type: SystemInt32
The value (0-23) to give the hours field of the date
minute
Type: SystemInt32
The value (0-59) to give the minutes field of the date
second
Type: SystemInt32
The value (0-59) to give the seconds field of the date

Return Value

Type: DateTimeOffset
the new date
See Also

Reference