Mono Class Library: Overview

System.DateTimeOffset: Method Members

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

Public Methods

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.
static
Compare(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.
override
Equals(object) : bool
Documentation for this section has not yet been entered.
static
Equals(DateTimeOffset, DateTimeOffset) : bool
Documentation for this section has not yet been entered.
EqualsExact(DateTimeOffset) : bool
Documentation for this section has not yet been entered.
static
FromFileTime(long) : DateTimeOffset
Documentation for this section has not yet been entered.
override
GetHashCode() : int
Documentation for this section has not yet been entered.
static
Parse(string) : DateTimeOffset
Documentation for this section has not yet been entered.
static
Parse(string, IFormatProvider) : DateTimeOffset
Documentation for this section has not yet been entered.
static
Parse(string, IFormatProvider, System.Globalization.DateTimeStyles) : DateTimeOffset
Documentation for this section has not yet been entered.
static
ParseExact(string, string, IFormatProvider) : DateTimeOffset
Documentation for this section has not yet been entered.
static
ParseExact(string, string, IFormatProvider, System.Globalization.DateTimeStyles) : DateTimeOffset
Documentation for this section has not yet been entered.
static
ParseExact(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.
override
ToString() : 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.
static
TryParse(string, out DateTimeOffset) : bool
Documentation for this section has not yet been entered.
static
TryParse(string, IFormatProvider, System.Globalization.DateTimeStyles, out DateTimeOffset) : bool
Documentation for this section has not yet been entered.
static
TryParseExact(string, string, IFormatProvider, System.Globalization.DateTimeStyles, out DateTimeOffset) : bool
Documentation for this section has not yet been entered.
static
TryParseExact(string, string[], IFormatProvider, System.Globalization.DateTimeStyles, out DateTimeOffset) : bool
Documentation for this section has not yet been entered.