MisfireInstructionDailyTimeIntervalTriggerDoNothing Field

Quartz.NET 3.0 API Documentation
Instructs the IScheduler that upon a mis-fire situation, the MisfireInstructionDailyTimeIntervalTrigger wants to have it's next-fire-time updated to the next time in the schedule after the current time (taking into account any associated ICalendar), but it does not want to be fired now.

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

C#
public const int DoNothing = 2

Field Value

Type: Int32
See Also

Reference