DailyTimeIntervalScheduleBuilder EndingDailyAfterCount Method Quartz.NET 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: 2.2.1.400
Syntax

public DailyTimeIntervalScheduleBuilder EndingDailyAfterCount(
	int count
)

Parameters

count
Type: System Int32

[Missing <param name="count"/> documentation for "M:Quartz.DailyTimeIntervalScheduleBuilder.EndingDailyAfterCount(System.Int32)"]

Return Value

Type: DailyTimeIntervalScheduleBuilder
the updated DailyTimeIntervalScheduleBuilder
See Also