Click or drag to resize
Galactic API

CalendarUtility Class

Provides various utility methods for use with Calendars.
Inheritance Hierarchy

Namespace:  Galactic.Calendar
Assembly:  Galactic.Calendar (in Galactic.Calendar.dll) Version: 1.3.0.499 (1.3.0.499)
Syntax
public abstract class CalendarUtility

The CalendarUtility type exposes the following members.

Constructors
  NameDescription
Protected methodCalendarUtility
Initializes a new instance of the CalendarUtility class
Top
Properties
  NameDescription
Public propertyCalendarNames
A list of the names of calendars available via the calendar provider.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetCalendar
Gets a calendar from the provider.
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.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodSaveCalendar
Saves a calendar to the provider.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also