MisfireInstructionDailyTimeIntervalTrigger Structure

Quartz.NET 3.0 API Documentation
Misfire instructions for DailyTimeIntervalTrigger

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

C#
public struct DailyTimeIntervalTrigger

The MisfireInstructionDailyTimeIntervalTrigger type exposes the following members.

Methods

  NameDescription
Public methodEquals
Indicates whether this instance and a specified object are equal.
(Inherited from ValueType.)
Public methodGetHashCode
Returns the hash code for this instance.
(Inherited from ValueType.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns the fully qualified type name of this instance.
(Inherited from ValueType.)
Top
Fields

  NameDescription
Public fieldStatic memberDoNothing
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.
Public fieldStatic memberFireOnceNow
Instructs the IScheduler that upon a mis-fire situation, the IDailyTimeIntervalTrigger wants to be fired now by IScheduler.
Top
See Also

Reference