DailyTimeIntervalScheduleBuilder StartingDailyAt Method Quartz.NET API Documentation
Set the trigger to begin firing each day at the given time.

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

public DailyTimeIntervalScheduleBuilder StartingDailyAt(
	TimeOfDay timeOfDayUtc
)

Parameters

timeOfDayUtc
Type: Quartz TimeOfDay

[Missing <param name="timeOfDayUtc"/> documentation for "M:Quartz.DailyTimeIntervalScheduleBuilder.StartingDailyAt(Quartz.TimeOfDay)"]

Return Value

Type: DailyTimeIntervalScheduleBuilder
the updated DailyTimeIntervalScheduleBuilder
See Also