DateBuilderTomorrowAt Method

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

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

C#
public static DateTimeOffset TomorrowAt(
	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.TomorrowAt(System.Int32,System.Int32,System.Int32)"]

See Also

Reference