Mono Class Library: Overview

System.Globalization.Calendar: Members

The members of System.Globalization.Calendar are listed below.

See Also: Inherited members from System.Object

Protected Constructors

Documentation for this section has not yet been entered.

Public Fields

const
CurrentEraint (0). Documentation for this section has not yet been entered.

Public Properties

[read-only]
AlgorithmTypeCalendarAlgorithmType. Documentation for this section has not yet been entered.
[read-only]
abstract
Erasint[]. Documentation for this section has not yet been entered.
[read-only]
IsReadOnlybool. Documentation for this section has not yet been entered.
[read-only]
MaxSupportedDateTimeDateTime. Documentation for this section has not yet been entered.
[read-only]
MinSupportedDateTimeDateTime. Documentation for this section has not yet been entered.
TwoDigitYearMaxint. Documentation for this section has not yet been entered.

Public Methods

AddDays(DateTime, int) : DateTime
Documentation for this section has not yet been entered.
AddHours(DateTime, int) : DateTime
Documentation for this section has not yet been entered.
AddMilliseconds(DateTime, double) : DateTime
Documentation for this section has not yet been entered.
AddMinutes(DateTime, int) : DateTime
Documentation for this section has not yet been entered.
abstract
AddMonths(DateTime, int) : DateTime
Documentation for this section has not yet been entered.
AddSeconds(DateTime, int) : DateTime
Documentation for this section has not yet been entered.
AddWeeks(DateTime, int) : DateTime
Documentation for this section has not yet been entered.
abstract
AddYears(DateTime, int) : DateTime
Documentation for this section has not yet been entered.
Clone() : object
Documentation for this section has not yet been entered.
abstract
GetDayOfMonth(DateTime) : int
Documentation for this section has not yet been entered.
abstract
GetDayOfWeek(DateTime) : DayOfWeek
Documentation for this section has not yet been entered.
abstract
GetDayOfYear(DateTime) : int
Documentation for this section has not yet been entered.
GetDaysInMonth(int, int) : int
Documentation for this section has not yet been entered.
abstract
GetDaysInMonth(int, int, int) : int
Documentation for this section has not yet been entered.
GetDaysInYear(int) : int
Documentation for this section has not yet been entered.
abstract
GetDaysInYear(int, int) : int
Documentation for this section has not yet been entered.
abstract
GetEra(DateTime) : int
Documentation for this section has not yet been entered.
GetHour(DateTime) : int
Documentation for this section has not yet been entered.
GetLeapMonth(int) : int
Documentation for this section has not yet been entered.
GetLeapMonth(int, int) : int
Documentation for this section has not yet been entered.
GetMilliseconds(DateTime) : double
Documentation for this section has not yet been entered.
GetMinute(DateTime) : int
Documentation for this section has not yet been entered.
abstract
GetMonth(DateTime) : int
Documentation for this section has not yet been entered.
GetMonthsInYear(int) : int
Documentation for this section has not yet been entered.
abstract
GetMonthsInYear(int, int) : int
Documentation for this section has not yet been entered.
GetSecond(DateTime) : int
Documentation for this section has not yet been entered.
GetWeekOfYear(DateTime, CalendarWeekRule, DayOfWeek) : int
Documentation for this section has not yet been entered.
abstract
GetYear(DateTime) : int
Documentation for this section has not yet been entered.
IsLeapDay(int, int, int) : bool
Documentation for this section has not yet been entered.
abstract
IsLeapDay(int, int, int, int) : bool
Documentation for this section has not yet been entered.
IsLeapMonth(int, int) : bool
Documentation for this section has not yet been entered.
abstract
IsLeapMonth(int, int, int) : bool
Documentation for this section has not yet been entered.
IsLeapYear(int) : bool
Documentation for this section has not yet been entered.
abstract
IsLeapYear(int, int) : bool
Documentation for this section has not yet been entered.
static
ReadOnly(Calendar) : Calendar
Documentation for this section has not yet been entered.
ToDateTime(int, int, int, int, int, int, int) : DateTime
Documentation for this section has not yet been entered.
abstract
ToDateTime(int, int, int, int, int, int, int, int) : DateTime
Documentation for this section has not yet been entered.
ToFourDigitYear(int) : int
Documentation for this section has not yet been entered.