BaseCalendar MembersQuartz.NET API Documentation

The BaseCalendar type exposes the following members.

Constructors

  NameDescription
Public methodBaseCalendar 
Initializes a new instance of the BaseCalendar class.
Public methodBaseCalendar(TimeZoneInfo)
Initializes a new instance of the BaseCalendar class.
Public methodBaseCalendar(ICalendar)
Initializes a new instance of the BaseCalendar class.
Public methodBaseCalendar(ICalendar, TimeZoneInfo)
Initializes a new instance of the BaseCalendar class.
Top
Methods

  NameDescription
Protected methodStatic memberArraysEqualElementsOnEqualPlaces
checks whether two arrays have the same length and for any given place there are equal elements in both arrays
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 methodGetBaseCalendar
Get the base calendar. Will be null, if not set.
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetNextIncludedTimeUtc
Determine the next UTC time (in milliseconds) 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.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIsTimeIncluded
Check if date/time represented by timeStamp is included. If included return true. The implementation of BaseCalendar simply calls the base calendars IsTimeIncluded() method if base calendar is set.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
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
Public propertyDescription
Gets or sets the description given to the ICalendar instance by its creator (if any).
Public propertyTimeZone
Gets or sets the time zone.
Top
See Also