DailyTimeIntervalScheduleBuilderStartingDailyAt Method

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

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

C#
public DailyTimeIntervalScheduleBuilder StartingDailyAt(
	TimeOfDay timeOfDayUtc
)

Parameters

timeOfDayUtc
Type: QuartzTimeOfDay

Return Value

Type: DailyTimeIntervalScheduleBuilder
the updated DailyTimeIntervalScheduleBuilder
See Also

Reference