| Add(TimeSpan) : DateTime Adds the value of a specified TimeSpan instance to the current instance. |
| AddDays(double) : DateTimeAdds a specified number of days to the value of the current instance. |
| AddHours(double) : DateTimeAdds a specified number of hours to the value of the current instance. |
| AddMilliseconds(double) : DateTimeAdds a specified number of milliseconds to the value of the current instance. |
| AddMinutes(double) : DateTimeAdds a specified number of minutes to the value of the current instance. |
| AddMonths(int) : DateTimeAdds a specified number of months to the value of the current instance. |
| AddSeconds(double) : DateTimeAdds a specified number of seconds to the value of the current instance. |
| AddTicks(long) : DateTime Adds a specified number of ticks to the value of the current
instance. |
| AddYears(int) : DateTimeAdds a specified number of years to the value of the current instance. |
static | Compare(DateTime, DateTime) : intReturns the sort order of the two specified instances of
DateTime
. |
| CompareTo(DateTime) : intReturns the sort order of the current instance compared
to the specified DateTime
. |
| CompareTo(object) : intReturns the sort order of the current instance compared
to the specified object
. |
static | DaysInMonth(int, int) : int Returns the number of days in a specified month
of a specified year. |
| Equals(DateTime) : boolReturns a bool indicating whether the current instance is equal to the specified
DateTime. |
override | Equals(object) : boolReturns a bool indicating whether the current instance is equal to a specified
object. |
static | Equals(DateTime, DateTime) : boolReturns a bool indicating whether two specified
instances of DateTime are equal. |
static | FromBinary(long) : DateTimeDocumentation for this section has not yet been entered. |
static | FromFileTime(long) : DateTimeDocumentation for this section has not yet been entered. |
static | FromFileTimeUtc(long) : DateTimeDocumentation for this section has not yet been entered. |
static | FromOADate(double) : DateTimeDocumentation for this section has not yet been entered. |
| GetDateTimeFormats() : string[]Documentation for this section has not yet been entered. |
| GetDateTimeFormats(char) : string[]Documentation for this section has not yet been entered. |
| GetDateTimeFormats(IFormatProvider) : string[]Documentation for this section has not yet been entered. |
| GetDateTimeFormats(char, IFormatProvider) : string[]Documentation for this section has not yet been entered. |
override | GetHashCode() : intGenerates a hash code for the current instance. |
| GetTypeCode() : TypeCodeDocumentation for this section has not yet been entered. |
| IsDaylightSavingTime() : boolDocumentation for this section has not yet been entered. |
static | IsLeapYear(int) : boolReturns a bool value indicating whether a specified year is a leap year. |
static | Parse(string) : DateTimeReturns the specified string converted to a DateTime value. |
static | Parse(string, IFormatProvider) : DateTimeReturns the specified string converted to a DateTime
value. |
static | Parse(string, IFormatProvider, System.Globalization.DateTimeStyles) : DateTimeReturns the specified string converted to a DateTime
value. |
static | ParseExact(string, string, IFormatProvider) : DateTimeConverts the specified string representation of a date and time to
its DateTime
equivalent using a specified format and IFormatProvider
. |
static | ParseExact(string, string, IFormatProvider, System.Globalization.DateTimeStyles) : DateTimeConverts the string representation of a date and time to
its DateTime
equivalent using a specified style, the expected format, and
culture-specific format information. |
static | ParseExact(string, string[], IFormatProvider, System.Globalization.DateTimeStyles) : DateTimeConverts the string representation of a date and time to
its DateTime
equivalent using a specified style, an array
of expected formats, and culture-specific format information. |
static | SpecifyKind(DateTime, DateTimeKind) : DateTimeDocumentation for this section has not yet been entered. |
| Subtract(DateTime) : TimeSpan Subtracts a specified date and
time from the current instance. |
| Subtract(TimeSpan) : DateTimeSubtracts a specified TimeSpan from the current instance. |
| ToBinary() : longDocumentation for this section has not yet been entered. |
| ToFileTime() : longDocumentation for this section has not yet been entered. |
| ToFileTimeUtc() : longDocumentation for this section has not yet been entered. |
| ToLocalTime() : DateTime Converts the universal time coordinate (UTC) time value in the current instance to local time.
|
| ToLongDateString() : stringConverts the date denoted by the current instance to its
equivalent long date string representation. |
| ToLongTimeString() : stringConverts the time denoted by the current instance to its
equivalent long time string representation. |
| ToOADate() : doubleDocumentation for this section has not yet been entered. |
| ToShortDateString() : stringConverts the date denoted by the current instance to its
equivalent short date string representation. |
| ToShortTimeString() : stringConverts the time denoted by this instance to its
equivalent short time string representation. |
override | ToString() : stringReturns a string representation of the value of the current instance. |
| ToString(IFormatProvider) : stringReturns a string representation of the value of
the current instance. |
| ToString(string) : stringReturns a string representation of the value of
the current instance. |
| ToString(string, IFormatProvider) : stringReturns a string representation of the value of
the current instance. |
| ToUniversalTime() : DateTime Converts the current DateTime value to coordinated universal time (UTC). |
static | TryParse(string, out DateTime) : boolDocumentation for this section has not yet been entered. |
static | TryParse(string, IFormatProvider, System.Globalization.DateTimeStyles, out DateTime) : boolDocumentation for this section has not yet been entered. |
static | TryParseExact(string, string, IFormatProvider, System.Globalization.DateTimeStyles, out DateTime) : boolDocumentation for this section has not yet been entered. |
static | TryParseExact(string, string[], IFormatProvider, System.Globalization.DateTimeStyles, out DateTime) : boolDocumentation for this section has not yet been entered. |