DateTimeOffset Methods
.NET Framework 3.5
The DateTimeOffset type exposes the following members.
| Name | Description | |
|---|---|---|
|
Add | Adds a specified time interval to a DateTimeOffset object. |
|
AddDays | Adds a specified number of whole and fractional days to the current DateTimeOffset object. |
|
AddHours | Adds a specified number of whole and fractional hours to the current DateTimeOffset object. |
|
AddMilliseconds | Adds a specified number of milliseconds to the current DateTimeOffset object. |
|
AddMinutes | Adds a specified number of whole and fractional minutes to the current DateTimeOffset object. |
|
AddMonths | Adds a specified number of months to the current DateTimeOffset object. |
|
AddSeconds | Adds a specified number of whole and fractional seconds to the current DateTimeOffset object. |
|
AddTicks | Adds a specified number of ticks to the current DateTimeOffset object. |
|
AddYears | Adds a specified number of years to the DateTimeOffset object. |
|
Compare | Compares two DateTimeOffset objects and indicates whether the first is earlier than the second, equal to the second, or later than the second. |
|
CompareTo | Compares the current DateTimeOffset object to a specified DateTimeOffset object and indicates whether the current object is earlier than, the same as, or later than the second DateTimeOffset object. |
|
Equals | Overloaded. Determines whether two DateTimeOffset objects are equal, or a DateTimeOffset object is equal to a specified object. |
|
EqualsExact | Determines whether the current DateTimeOffset object represents the same time and has the same offset as a specified DateTimeOffset 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.) |
|
FromFileTime | Converts the specified Windows file time to an equivalent local time. |
|
GetHashCode | Returns the hash code for the current DateTimeOffset object. (Overrides ValueType.GetHashCode().) |
|
GetType | Gets the type of the current instance. (Inherited from Object.) |
|
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
|
Parse | Overloaded. Converts the specified string representation of a date and time to its DateTimeOffset equivalent. |
|
ParseExact | Overloaded. Converts the specified string representation of a date and time to its DateTimeOffset equivalent. The format of the string representation must match a specified format exactly. |
|
Subtract | Overloaded. Subtracts a specified time or duration from the current DateTimeOffset object. |
|
ToFileTime | Converts the value of the current DateTimeOffset object to a Windows file time. |
|
ToLocalTime | Converts the current DateTimeOffset object to a DateTimeOffset object that represents the local time. |
|
ToOffset | Converts the value of the current DateTimeOffset object to the date and time specified by an offset value. |
|
ToString | Overloaded. Converts the value of the current DateTimeOffset object to its equivalent string representation. |
|
ToUniversalTime | Converts the current DateTimeOffset object to a DateTimeOffset value that represents the Coordinated Universal Time (UTC). |
|
TryParse | Overloaded. Converts a specified string representation of a date and time to its DateTimeOffset equivalent. |
|
TryParseExact | Overloaded. Converts the specified string representation of a date and time to its DateTimeOffset equivalent. The format of the string representation must match a specified format exactly. |
| Name | Description | |
|---|---|---|
|
IComparable.CompareTo | Infrastructure. Compares the value of the current DateTimeOffset object with another object of the same type. |
|
ISerializable.GetObjectData | Infrastructure. Populates a SerializationInfo object with the data required to serialize the current DateTimeOffset object. |
|
IDeserializationCallback.OnDeserialization | Infrastructure. Runs when the deserialization of an object has been completed. |