DailyTimeIntervalScheduleBuilder MembersQuartz.NET API Documentation

The DailyTimeIntervalScheduleBuilder type exposes the following members.

Constructors

  NameDescription
Protected methodDailyTimeIntervalScheduleBuilder
Initializes a new instance of the DailyTimeIntervalScheduleBuilder class
Top
Methods

  NameDescription
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 memberCreate
Create a DailyTimeIntervalScheduleBuilder
Public methodEndingDailyAfterCount
Calculate and set the EndTimeOfDay using count, interval and StarTimeOfDay. This means that these must be set before this method is call.
Public methodEndingDailyAt
Set the startTimeOfDay for this trigger to end firing each day at the given time.
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
TimeZone in which to base the schedule.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodOnDaysOfTheWeek( DayOfWeek )
Set the trigger to fire on the given days of the week.
Public methodOnDaysOfTheWeek(ISet DayOfWeek )
Set the trigger to fire on the given days of the week.
Public methodOnEveryDay
Set the trigger to fire on all days of the week.
Public methodOnMondayThroughFriday
Set the trigger to fire on the days from Monday through Friday.
Public methodOnSaturdayAndSunday
Set the trigger to fire on the days Saturday and Sunday.
Public methodStartingDailyAt
Set the trigger to begin firing each day at the given time.
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)
Public methodWithInterval
Specify the time unit and interval for the Trigger to be produced.
Public methodWithIntervalInHours
Specify an interval in the IntervalUnit.Hour that the produced Trigger will repeat at.
Public methodWithIntervalInMinutes
Specify an interval in the IntervalUnit.Minute that the produced Trigger will repeat at.
Public methodWithIntervalInSeconds
Specify an interval in the IntervalUnit.Second that the produced Trigger will repeat at.
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.
Public methodWithRepeatCount
Set number of times for interval to repeat.
Top
Fields

  NameDescription
Public fieldStatic memberAllDaysOfTheWeek
A set of all days of the week.
Public fieldStatic memberMondayThroughFriday
A set of the business days of the week (for locales similar to the USA).
Public fieldStatic memberSaturdayAndSunday
A set of the weekend days of the week (for locales similar to the USA).
Top
See Also