DateBuilderTodayAt Method

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

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

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

Parameters

hour
Type: SystemInt32
minute
Type: SystemInt32
second
Type: SystemInt32

Return Value

Type: DateTimeOffset

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

See Also

Reference