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

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

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

Parameters

hour
Type: System Int32

[Missing <param name="hour"/> documentation for "M:Quartz.DateBuilder.TomorrowAt(System.Int32,System.Int32,System.Int32)"]

minute
Type: System Int32

[Missing <param name="minute"/> documentation for "M:Quartz.DateBuilder.TomorrowAt(System.Int32,System.Int32,System.Int32)"]

second
Type: System Int32

[Missing <param name="second"/> documentation for "M:Quartz.DateBuilder.TomorrowAt(System.Int32,System.Int32,System.Int32)"]

Return Value

Type: DateTimeOffset

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

See Also