DateBuilder DateOf Method (Int32, Int32, Int32)Quartz.NET API Documentation
Get a DateTimeOffset object that represents the given time, on today's date.

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

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

Parameters

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

Return Value

Type: DateTimeOffset
the new date
See Also