CronCalendar MembersQuartz.NET API Documentation

The CronCalendar type exposes the following members.

Constructors

  NameDescription
Public methodCronCalendar(String)
Initializes a new instance of the CronCalendar class.
Public methodCronCalendar(ICalendar, String)
Create a CronCalendar with the given cron expression and BaseCalendar.
Public methodCronCalendar(ICalendar, String, TimeZoneInfo)
Create a CronCalendar with the given cron expression and BaseCalendar.
Top
Methods

  NameDescription
Public methodEquals(Object) (Overrides Object Equals(Object).)
Public methodEquals(CronCalendar)
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 methodGetBaseCalendar
Get the base calendar. Will be null, if not set.
(Inherited from BaseCalendar.)
Public methodGetHashCode (Overrides Object GetHashCode .)
Public methodGetNextIncludedTimeUtc
Determine the next time that is 'included' by the Calendar after the given time. Return the original value if timeStamp is included. Return 0 if all days are excluded.
(Overrides BaseCalendar GetNextIncludedTimeUtc(DateTime).)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIsTimeIncluded
Determine whether the given time is 'included' by the Calendar.
(Overrides BaseCalendar IsTimeIncluded(DateTime).)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodSetCronExpressionString
Sets the cron expression for the calendar to a new value.
Public methodToString
Returns a String that represents the current Object.
(Overrides Object ToString .)
Top
Properties

  NameDescription
Public propertyCalendarBase
Set a new base calendar or remove the existing one
(Inherited from BaseCalendar.)
Public propertyCronExpression
Returns the object representation of the cron expression that defines the dates and times this calendar excludes.
Public propertyDescription
Gets or sets the description given to the ICalendar instance by its creator (if any).
(Inherited from BaseCalendar.)
Public propertyTimeZone (Overrides BaseCalendar TimeZone.)
Top
See Also