DailyTimeIntervalScheduleBuilderEndingDailyAt Method

Quartz.NET 3.0 API Documentation
Set the startTimeOfDay for this trigger to end firing each day at the given time.

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

C#
public DailyTimeIntervalScheduleBuilder EndingDailyAt(
	TimeOfDay timeOfDayUtc
)

Parameters

timeOfDayUtc
Type: QuartzTimeOfDay

Return Value

Type: DailyTimeIntervalScheduleBuilder
the updated DailyTimeIntervalScheduleBuilder
See Also

Reference