|
Add |
Adds a specified time period to the current DateTime object, yielding a new DateTime object. |
|
AddDays |
Adds a specified number of days to the current DateTime object. |
|
AddHours |
Adds a specified number of hours to the current DateTime object. |
|
AddMilliseconds |
Adds a specified number of milliseconds to the current DateTime object. |
|
AddMinutes |
Adds a specified number of minutes to the current DateTime object. |
|
AddSeconds |
Adds a specified number of seconds to the current DateTime object. |
|
AddTicks |
Adds a specified number of ticks to the current DateTime object. |
|
Compare |
Compares two date/time values in order to determine their relative value. |
|
CompareTo |
Compares a specified date/time to this date/time instance in order to determine their relative value. |
|
DaysInMonth |
Returns the number of days in a specified month of a specified year. |
|
Equals |
Overloaded. Determines whether two DateTime objects have identical values. |
|
GetHashCode |
(Inherited from Object.) |
|
GetType |
(Inherited from Object.) |
|
operator - |
Overloaded. Subtracts one DateTime object from another one, or subtracts a specified time period from a specified DateTime object. |
|
operator != |
Determines whether two specified DateTime objects are not equal. |
|
operator + |
Adds a specified period of time to a specified DateTime object, yielding a new DateTime object. |
|
operator < |
Determines whether one DateTime object is less than another one. |
|
operator <= |
Determines whether one DateTime is less than or equal to another one. |
|
operator == |
Determines whether two specified DateTime objects have the same date/time value. |
|
operator > |
Determines whether one DateTime object is greater than another one. |
|
operator >= |
Determines whether one DateTime object is greater than or equal to another one. |
|
ReferenceEquals |
(Inherited from Object.) |
|
SpecifyKind |
Creates a new DateTime object that represents the same time as the specified DateTime, but is designated in either local time, Coordinated Universal Time (UTC), or neither, as indicated by the specified DateTimeKind value. |
|
Subtract |
Overloaded. Subtracts either a time period or another DateTime object from the current DateTime object. |
|
ToLocalTime |
Converts the current value of the current DateTime object to local time. |
|
ToString |
Overloaded. Converts the value of the current DateTime object to its equivalent string representation. |
|
ToUniversalTime |
Converts the value of the current DateTime object to Coordinated Universal Time (UTC). |