DailyTimeIntervalScheduleBuilderEndingDailyAfterCount Method

Quartz.NET 3.0 API Documentation
Calculate and set the EndTimeOfDay using count, interval and StarTimeOfDay. This means that these must be set before this method is call.

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

C#
public DailyTimeIntervalScheduleBuilder EndingDailyAfterCount(
	int count
)

Parameters

count
Type: SystemInt32

Return Value

Type: DailyTimeIntervalScheduleBuilder
the updated DailyTimeIntervalScheduleBuilder
See Also

Reference