The methods of System.DateTimeOffset are listed below. For a list of all members, see the DateTimeOffset Members list.
See Also: Inherited members from System.ValueType
Add(TimeSpan) : DateTimeOffset Documentation for this section has not yet been entered.AddDays(double) : DateTimeOffset Documentation for this section has not yet been entered.AddHours(double) : DateTimeOffset Documentation for this section has not yet been entered.AddMilliseconds(double) : DateTimeOffset Documentation for this section has not yet been entered.AddMinutes(double) : DateTimeOffset Documentation for this section has not yet been entered.AddMonths(int) : DateTimeOffset Documentation for this section has not yet been entered.AddSeconds(double) : DateTimeOffset Documentation for this section has not yet been entered.AddTicks(long) : DateTimeOffset Documentation for this section has not yet been entered.AddYears(int) : DateTimeOffset Documentation for this section has not yet been entered. staticCompare(DateTimeOffset, DateTimeOffset) : int Documentation for this section has not yet been entered.CompareTo(DateTimeOffset) : int Documentation for this section has not yet been entered.Equals(DateTimeOffset) : bool Documentation for this section has not yet been entered. overrideEquals(object) : bool Documentation for this section has not yet been entered. staticEquals(DateTimeOffset, DateTimeOffset) : bool Documentation for this section has not yet been entered.EqualsExact(DateTimeOffset) : bool Documentation for this section has not yet been entered. staticFromFileTime(long) : DateTimeOffset Documentation for this section has not yet been entered. overrideGetHashCode() : int Documentation for this section has not yet been entered. staticParse(string) : DateTimeOffset Documentation for this section has not yet been entered. staticParse(string, IFormatProvider) : DateTimeOffset Documentation for this section has not yet been entered. staticParse(string, IFormatProvider, System.Globalization.DateTimeStyles) : DateTimeOffset Documentation for this section has not yet been entered. staticParseExact(string, string, IFormatProvider) : DateTimeOffset Documentation for this section has not yet been entered. staticParseExact(string, string, IFormatProvider, System.Globalization.DateTimeStyles) : DateTimeOffset Documentation for this section has not yet been entered. staticParseExact(string, string[], IFormatProvider, System.Globalization.DateTimeStyles) : DateTimeOffset Documentation for this section has not yet been entered.Subtract(DateTimeOffset) : TimeSpan Documentation for this section has not yet been entered.Subtract(TimeSpan) : DateTimeOffset Documentation for this section has not yet been entered.ToFileTime() : long Documentation for this section has not yet been entered.ToLocalTime() : DateTimeOffset Documentation for this section has not yet been entered.ToOffset(TimeSpan) : DateTimeOffset Documentation for this section has not yet been entered. overrideToString() : string Documentation for this section has not yet been entered.ToString(IFormatProvider) : string Documentation for this section has not yet been entered.ToString(string) : string Documentation for this section has not yet been entered.ToString(string, IFormatProvider) : string Documentation for this section has not yet been entered.ToUniversalTime() : DateTimeOffset Documentation for this section has not yet been entered. staticTryParse(string, out DateTimeOffset) : bool Documentation for this section has not yet been entered. staticTryParse(string, IFormatProvider, System.Globalization.DateTimeStyles, out DateTimeOffset) : bool Documentation for this section has not yet been entered. staticTryParseExact(string, string, IFormatProvider, System.Globalization.DateTimeStyles, out DateTimeOffset) : bool Documentation for this section has not yet been entered. staticTryParseExact(string, string[], IFormatProvider, System.Globalization.DateTimeStyles, out DateTimeOffset) : bool Documentation for this section has not yet been entered.