AddDays (inherited from Calendar) | Returns a DateTime that is the specified number of days away from the specified DateTime. |
AddHours (inherited from Calendar) | Returns a DateTime that is the specified number of hours away from the specified DateTime. |
AddMilliseconds (inherited from Calendar) | Returns a DateTime that is the specified number of milliseconds away from the specified DateTime. |
AddMinutes (inherited from Calendar) | Returns a DateTime that is the specified number of minutes away from the specified DateTime. |
AddMonths | Overridden. Returns a DateTime that is the specified number of months away from the specified DateTime. |
AddSeconds (inherited from Calendar) | Returns a DateTime that is the specified number of seconds away from the specified DateTime. |
AddWeeks (inherited from Calendar) | Returns a DateTime that is the specified number of weeks away from the specified DateTime. |
AddYears | Overridden. Returns a DateTime that is the specified number of years away from the specified DateTime. |
Equals (inherited from Object) | Overloaded. Determines whether two Object instances are equal. |
GetDayOfMonth | Overridden. Returns the day of the month in the specified DateTime. |
GetDayOfWeek | Overridden. Returns the day of the week in the specified DateTime. |
GetDayOfYear | Overridden. Returns the day of the year in the specified DateTime. |
GetDaysInMonth | Overloaded. Overridden. Returns the number of days in the specified month. |
GetDaysInYear | Overloaded. Overridden. Returns the number of days in the specified year. |
GetEra | Overridden. Returns the era in the specified DateTime. |
GetHashCode (inherited from Object) | Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. |
GetHour (inherited from Calendar) | Returns the hours value in the specified DateTime. |
GetMilliseconds (inherited from Calendar) | Returns the milliseconds value in the specified DateTime. |
GetMinute (inherited from Calendar) | Returns the minutes value in the specified DateTime. |
GetMonth | Overridden. Returns the month in the specified DateTime. |
GetMonthsInYear | Overloaded. Overridden. Returns the number of months in the specified year. |
GetSecond (inherited from Calendar) | Returns the seconds value in the specified DateTime. |
GetType (inherited from Object) | Gets the Type of the current instance. |
GetWeekOfYear (inherited from Calendar) | Returns the week of the year that includes the date in the specified DateTime. |
GetYear | Overridden. Returns the year in the specified DateTime. |
IsLeapDay | Overloaded. Overridden. Determines whether the specified day is a leap day. |
IsLeapMonth | Overloaded. Overridden. Determines whether the specified month is a leap month. |
IsLeapYear | Overloaded. Overridden. Determines whether the specified year is a leap year. |
ToDateTime | Overloaded. Overridden. Returns a DateTime that is set to the specified date. |
ToFourDigitYear | Overridden. Converts the specified two-digit year to a four-digit year by using the TwoDigitYearMax property to determine the appropriate century. |
ToString (inherited from Object) | Returns a String that represents the current Object. |