CronScheduleBuilder CronSchedule Method (String)Quartz.NET 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: 2.2.1.400
Syntax

public static CronScheduleBuilder CronSchedule(
	string cronExpression
)

Parameters

cronExpression
Type: System String
the cron expression to base the schedule on.

Return Value

Type: CronScheduleBuilder
the new CronScheduleBuilder
Remarks

See Also