This documentation is archived and is not being maintained.
DateTimeOffset Methods
Visual Studio 2010
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(DateTimeOffset) | Determines whether the current DateTimeOffset object represents the same point in time as a specified DateTimeOffset object. |
|
Equals(Object) | Determines whether a DateTimeOffset object represents the same point in time as a specified object. (Overrides ValueType::Equals(Object).) |
|
Equals(DateTimeOffset, DateTimeOffset) | Determines whether two specified DateTimeOffset objects represent the same point in time. |
|
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(String) | Converts the specified string representation of a date, time, and offset to its DateTimeOffset equivalent. |
|
Parse(String, IFormatProvider) | Converts the specified string representation of a date and time to its DateTimeOffset equivalent using the specified culture-specific format information. |
|
Parse(String, IFormatProvider, DateTimeStyles) | Converts the specified string representation of a date and time to its DateTimeOffset equivalent using the specified culture-specific format information and formatting style. |
|
ParseExact(String, String, IFormatProvider) | Converts the specified string representation of a date and time to its DateTimeOffset equivalent using the specified format and culture-specific format information. The format of the string representation must match the specified format exactly. |
|
ParseExact(String, String, IFormatProvider, DateTimeStyles) | Converts the specified string representation of a date and time to its DateTimeOffset equivalent using the specified format, culture-specific format information, and style. The format of the string representation must match the specified format exactly. |
|
ParseExact(String, array<String>, IFormatProvider, DateTimeStyles) | Converts the specified string representation of a date and time to its DateTimeOffset equivalent using the specified formats, culture-specific format information, and style. The format of the string representation must match one of the specified formats exactly. |
|
Subtract(DateTimeOffset) | Subtracts a DateTimeOffset value that represents a specific date and time from the current DateTimeOffset object. |
|
Subtract(TimeSpan) | Subtracts a specified time interval 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() | Converts the value of the current DateTimeOffset object to its equivalent string representation. (Overrides ValueType::ToString().) |
|
ToString(IFormatProvider) | Converts the value of the current DateTimeOffset object to its equivalent string representation using the specified culture-specific formatting information. |
|
ToString(String) | Converts the value of the current DateTimeOffset object to its equivalent string representation using the specified format. |
|
ToString(String, IFormatProvider) | Converts the value of the current DateTimeOffset object to its equivalent string representation using the specified format and culture-specific format information. |
|
ToUniversalTime | Converts the current DateTimeOffset object to a DateTimeOffset value that represents the Coordinated Universal Time (UTC). |
|
TryParse(String, DateTimeOffset%) | Tries to converts a specified string representation of a date and time to its DateTimeOffset equivalent, and returns a value that indicates whether the conversion succeeded. |
|
TryParse(String, IFormatProvider, DateTimeStyles, DateTimeOffset%) | Tries to convert a specified string representation of a date and time to its DateTimeOffset equivalent, and returns a value that indicates whether the conversion succeeded. |
|
TryParseExact(String, String, IFormatProvider, DateTimeStyles, DateTimeOffset%) | Converts the specified string representation of a date and time to its DateTimeOffset equivalent using the specified format, culture-specific format information, and style. The format of the string representation must match the specified format exactly. |
|
TryParseExact(String, array<String>, IFormatProvider, DateTimeStyles, DateTimeOffset%) | Converts the specified string representation of a date and time to its DateTimeOffset equivalent using the specified array of formats, culture-specific format information, and style. The format of the string representation must match one of the specified formats exactly. |
| Name | Description | |
|---|---|---|
|
IComparable::CompareTo | Infrastructure. Compares the value of the current DateTimeOffset object with another object of the same type. |
|
IDeserializationCallback::OnDeserialization | Infrastructure. Runs when the deserialization of an object has been completed. |
|
ISerializable::GetObjectData | Infrastructure. Populates a SerializationInfo object with the data required to serialize the current DateTimeOffset object. |
Show: