Mono Class Library: OverviewSystem.DateTimeOffset: Members |
The members of System.DateTimeOffset are listed below.
See Also: Inherited members from System.ValueType
Documentation for this section has not yet been entered. Documentation for this section has not yet been entered. Documentation for this section has not yet been entered. Documentation for this section has not yet been entered. Documentation for this section has not yet been entered. Documentation for this section has not yet been entered.
static readonlyMaxValue DateTimeOffset (12/31/9999 11:59:59 PM +00:00). Documentation for this section has not yet been entered. static readonlyMinValue DateTimeOffset (1/1/0001 12:00:00 AM +00:00). Documentation for this section has not yet been entered.
[read-only] Date DateTime. Documentation for this section has not yet been entered. [read-only] DateTime DateTime. Documentation for this section has not yet been entered. [read-only] Day int. Documentation for this section has not yet been entered. [read-only] DayOfWeek DayOfWeek. Documentation for this section has not yet been entered. [read-only] DayOfYear int. Documentation for this section has not yet been entered. [read-only] Hour int. Documentation for this section has not yet been entered. [read-only] LocalDateTime DateTime. Documentation for this section has not yet been entered. [read-only] Millisecond int. Documentation for this section has not yet been entered. [read-only] Minute int. Documentation for this section has not yet been entered. [read-only] Month int. Documentation for this section has not yet been entered. [read-only] staticNow DateTimeOffset. Documentation for this section has not yet been entered. [read-only] Offset TimeSpan. Documentation for this section has not yet been entered. [read-only] Second int. Documentation for this section has not yet been entered. [read-only] Ticks long. Documentation for this section has not yet been entered. [read-only] TimeOfDay TimeSpan. Documentation for this section has not yet been entered. [read-only] UtcDateTime DateTime. Documentation for this section has not yet been entered. [read-only] staticUtcNow DateTimeOffset. Documentation for this section has not yet been entered. [read-only] UtcTicks long. Documentation for this section has not yet been entered. [read-only] Year int. Documentation for this section has not yet been entered.
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.
staticAddition(DateTimeOffset, TimeSpan) Documentation for this section has not yet been entered. staticEquality(DateTimeOffset, DateTimeOffset) Documentation for this section has not yet been entered. staticGreaterThan(DateTimeOffset, DateTimeOffset) Documentation for this section has not yet been entered. staticGreaterThanOrEqual(DateTimeOffset, DateTimeOffset) Documentation for this section has not yet been entered. staticInequality(DateTimeOffset, DateTimeOffset) Documentation for this section has not yet been entered. staticLessThan(DateTimeOffset, DateTimeOffset) Documentation for this section has not yet been entered. staticLessThanOrEqual(DateTimeOffset, DateTimeOffset) Documentation for this section has not yet been entered. staticSubtraction(DateTimeOffset, DateTimeOffset) Documentation for this section has not yet been entered. staticSubtraction(DateTimeOffset, TimeSpan) Documentation for this section has not yet been entered. staticConversion to System.DateTimeOffset(Implicit) Documentation for this section has not yet been entered.
IComparable.CompareTo Documentation for this section has not yet been entered. System.Runtime.Serialization.ISerializable.GetObjectData Documentation for this section has not yet been entered. System.Runtime.Serialization.IDeserializationCallback.OnDeserialization Documentation for this section has not yet been entered.