CronScheduleBuilderCronSchedule Method (String)

Quartz.NET 3.0 API Documentation
Create a CronScheduleBuilder with the given cron-expression - which is presumed to b e valid cron expression (and hence only a RuntimeException will be thrown if it is not).

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

C#
public static CronScheduleBuilder CronSchedule(
	string cronExpression
)

Parameters

cronExpression
Type: SystemString
the cron expression to base the schedule on.

Return Value

Type: CronScheduleBuilder
the new CronScheduleBuilder
Remarks

See Also

Reference