CronExpression SetCalendarHour Method Quartz.NET API Documentation
Advance the calendar to the particular hour paying particular attention to daylight saving problems.

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

protected static DateTimeOffset SetCalendarHour(
	DateTimeOffset date,
	int hour
)

Return Value

Type: DateTimeOffset

[Missing <returns> documentation for "M:Quartz.CronExpression.SetCalendarHour(System.DateTimeOffset,System.Int32)"]

See Also