AnnualCalendar MembersQuartz.NET API Documentation

The AnnualCalendar type exposes the following members.

Constructors

  NameDescription
Public methodAnnualCalendar 
Constructor
Public methodAnnualCalendar(ICalendar)
Constructor
Top
Methods

  NameDescription
Public methodEquals(Object) (Overrides Object Equals(Object).)
Public methodEquals(AnnualCalendar)
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 UTC time (in milliseconds) that is 'included' by the Calendar after the given time. Return the original value if timeStampUtc is included. Return 0 if all days are excluded.

Note that this Calendar is only has full-day precision.

(Overrides BaseCalendar GetNextIncludedTimeUtc(DateTime).)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodIsDateTimeExcluded
Public methodIsDayExcluded
Return true, if day is defined to be exluded.
Public methodIsTimeIncluded
Determine whether the given UTC time (in milliseconds) is 'included' by the Calendar.

Note that this Calendar is only has full-day precision.

(Overrides BaseCalendar IsTimeIncluded(DateTime).)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodSetDayExcluded
Redefine a certain day to be excluded (true) or included (false).
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)
Top
Properties

  NameDescription
Public propertyCalendarBase
Set a new base calendar or remove the existing one
(Inherited from BaseCalendar.)
Public propertyDaysExcluded
Get or the array which defines the exclude-value of each day of month. Setting will redefine the array of days excluded. The array must of size greater or equal 31.
Public propertyDescription
Gets or sets the description given to the ICalendar instance by its creator (if any).
(Inherited from BaseCalendar.)
Public propertyTimeZone
Gets or sets the time zone.
(Inherited from BaseCalendar.)
Top
See Also