CronScheduleBuilder MembersQuartz.NET API Documentation

The CronScheduleBuilder type exposes the following members.

Constructors

  NameDescription
Protected methodCronScheduleBuilder
Initializes a new instance of the CronScheduleBuilder class
Top
Methods

  NameDescription
Public methodStatic memberAtHourAndMinuteOnGivenDaysOfWeek
Create a CronScheduleBuilder with a cron-expression that sets the schedule to fire at the given day at the given time (hour and minute) on the given days of the week.
Public methodBuild
Build the actual Trigger -- NOT intended to be invoked by end users, but will rather be invoked by a TriggerBuilder which this ScheduleBuilder is given to.
(Overrides ScheduleBuilder T  Build .)
Public methodStatic memberCronSchedule(String)
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).
Public methodStatic memberCronSchedule(CronExpression)
Create a CronScheduleBuilder with the given cron-expression.
Public methodStatic memberDailyAtHourAndMinute
Create a CronScheduleBuilder with a cron-expression that sets the schedule to fire every day at the given time (hour and minute).
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodInTimeZone
The TimeZoneInfo in which to base the schedule.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodStatic memberMonthlyOnDayAndHourAndMinute
Create a CronScheduleBuilder with a cron-expression that sets the schedule to fire one per month on the given day of month at the given time (hour and minute).
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)
Public methodStatic memberWeeklyOnDayAndHourAndMinute
Create a CronScheduleBuilder with a cron-expression that sets the schedule to fire one per week on the given day at the given time (hour and minute).
Public methodWithMisfireHandlingInstructionDoNothing
If the Trigger misfires, use the DoNothing instruction.
Public methodWithMisfireHandlingInstructionFireAndProceed
If the Trigger misfires, use the FireOnceNow instruction.
Public methodWithMisfireHandlingInstructionIgnoreMisfires
If the Trigger misfires, use the IgnoreMisfirePolicy instruction.
Top
See Also