Calendar Methods
Assembly: mscorlib (in mscorlib.dll)
| Name | Description | |
|---|---|---|
![]() | AddDays(DateTime, Int32) | |
![]() | AddHours(DateTime, Int32) | |
![]() | AddMilliseconds(DateTime, Double) | |
![]() | AddMinutes(DateTime, Int32) | |
![]() | AddMonths(DateTime, Int32) | |
![]() | AddSeconds(DateTime, Int32) | |
![]() | AddWeeks(DateTime, Int32) | |
![]() | AddYears(DateTime, Int32) | |
![]() | Clone() | Creates a new object that is a copy of the current Calendar object. |
![]() | Equals(Object^) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | Finalize() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.) |
![]() | GetDayOfMonth(DateTime) | When overridden in a derived class, returns the day of the month in the specified DateTime. |
![]() | GetDayOfWeek(DateTime) | When overridden in a derived class, returns the day of the week in the specified DateTime. |
![]() | GetDayOfYear(DateTime) | When overridden in a derived class, returns the day of the year in the specified DateTime. |
![]() | GetDaysInMonth(Int32, Int32) | Returns the number of days in the specified month and year of the current era. |
![]() | GetDaysInMonth(Int32, Int32, Int32) | When overridden in a derived class, returns the number of days in the specified month, year, and era. |
![]() | GetDaysInYear(Int32) | Returns the number of days in the specified year of the current era. |
![]() | GetDaysInYear(Int32, Int32) | When overridden in a derived class, returns the number of days in the specified year and era. |
![]() | GetEra(DateTime) | When overridden in a derived class, returns the era in the specified DateTime. |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetHour(DateTime) | Returns the hours value in the specified DateTime. |
![]() | GetLeapMonth(Int32) | Calculates the leap month for a specified year. |
![]() | GetLeapMonth(Int32, Int32) | Calculates the leap month for a specified year and era. |
![]() | GetMilliseconds(DateTime) | Returns the milliseconds value in the specified DateTime. |
![]() | GetMinute(DateTime) | Returns the minutes value in the specified DateTime. |
![]() | GetMonth(DateTime) | When overridden in a derived class, returns the month in the specified DateTime. |
![]() | GetMonthsInYear(Int32) | Returns the number of months in the specified year in the current era. |
![]() | GetMonthsInYear(Int32, Int32) | When overridden in a derived class, returns the number of months in the specified year in the specified era. |
![]() | GetSecond(DateTime) | Returns the seconds value in the specified DateTime. |
![]() | GetType() | |
![]() | GetWeekOfYear(DateTime, CalendarWeekRule, DayOfWeek) | Returns the week of the year that includes the date in the specified DateTime value. |
![]() | GetYear(DateTime) | When overridden in a derived class, returns the year in the specified DateTime. |
![]() | IsLeapDay(Int32, Int32, Int32) | Determines whether the specified date in the current era is a leap day. |
![]() | IsLeapDay(Int32, Int32, Int32, Int32) | When overridden in a derived class, determines whether the specified date in the specified era is a leap day. |
![]() | IsLeapMonth(Int32, Int32) | Determines whether the specified month in the specified year in the current era is a leap month. |
![]() | IsLeapMonth(Int32, Int32, Int32) | When overridden in a derived class, determines whether the specified month in the specified year in the specified era is a leap month. |
![]() | IsLeapYear(Int32) | Determines whether the specified year in the current era is a leap year. |
![]() | IsLeapYear(Int32, Int32) | When overridden in a derived class, determines whether the specified year in the specified era is a leap year. |
![]() | MemberwiseClone() | |
![]() ![]() | ReadOnly(Calendar^) | Returns a read-only version of the specified Calendar object. |
![]() | ToDateTime(Int32, Int32, Int32, Int32, Int32, Int32, Int32) | Returns a DateTime that is set to the specified date and time in the current era. |
![]() | ToDateTime(Int32, Int32, Int32, Int32, Int32, Int32, Int32, Int32) | When overridden in a derived class, returns a DateTime that is set to the specified date and time in the specified era. |
![]() | ToFourDigitYear(Int32) | Converts the specified year to a four-digit year by using the TwoDigitYearMax property to determine the appropriate century. |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |


