DateBuilderDateOf Method (Int32, Int32, Int32, Int32, Int32)

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

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

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

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
dayOfMonth
Type: SystemInt32
The value (1-31) to give the day of month field of the date
month
Type: SystemInt32
The value (1-12) to give the month field of the date

Return Value

Type: DateTimeOffset
the new date
See Also

Reference