CronScheduleBuilder DailyAtHourAndMinute Method Quartz.NET API Documentation
Create a CronScheduleBuilder with a cron-expression that sets the schedule to fire every day at the given time (hour and minute).

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

public static CronScheduleBuilder DailyAtHourAndMinute(
	int hour,
	int minute
)

Return Value

Type: CronScheduleBuilder
the new CronScheduleBuilder
Remarks

See Also