Mono Class Library: Overview

System.DateTimeOffset: Members

The members of System.DateTimeOffset are listed below.

See Also: Inherited members from System.ValueType

Public Constructors

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.

Public Fields

static readonly
MaxValueDateTimeOffset (12/31/9999 11:59:59 PM +00:00). Documentation for this section has not yet been entered.
static readonly
MinValueDateTimeOffset (1/1/0001 12:00:00 AM +00:00). Documentation for this section has not yet been entered.

Public Properties

[read-only]
DateDateTime. Documentation for this section has not yet been entered.
[read-only]
DateTimeDateTime. Documentation for this section has not yet been entered.
[read-only]
Dayint. Documentation for this section has not yet been entered.
[read-only]
DayOfWeekDayOfWeek. Documentation for this section has not yet been entered.
[read-only]
DayOfYearint. Documentation for this section has not yet been entered.
[read-only]
Hourint. Documentation for this section has not yet been entered.
[read-only]
LocalDateTimeDateTime. Documentation for this section has not yet been entered.
[read-only]
Millisecondint. Documentation for this section has not yet been entered.
[read-only]
Minuteint. Documentation for this section has not yet been entered.
[read-only]
Monthint. Documentation for this section has not yet been entered.
[read-only]
static
NowDateTimeOffset. Documentation for this section has not yet been entered.
[read-only]
OffsetTimeSpan. Documentation for this section has not yet been entered.
[read-only]
Secondint. Documentation for this section has not yet been entered.
[read-only]
Tickslong. Documentation for this section has not yet been entered.
[read-only]
TimeOfDayTimeSpan. Documentation for this section has not yet been entered.
[read-only]
UtcDateTimeDateTime. Documentation for this section has not yet been entered.
[read-only]
static
UtcNowDateTimeOffset. Documentation for this section has not yet been entered.
[read-only]
UtcTickslong. Documentation for this section has not yet been entered.
[read-only]
Yearint. Documentation for this section has not yet been entered.

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.

Public Operators

static
Addition(DateTimeOffset, TimeSpan)Documentation for this section has not yet been entered.
static
Equality(DateTimeOffset, DateTimeOffset)Documentation for this section has not yet been entered.
static
GreaterThan(DateTimeOffset, DateTimeOffset)Documentation for this section has not yet been entered.
static
GreaterThanOrEqual(DateTimeOffset, DateTimeOffset)Documentation for this section has not yet been entered.
static
Inequality(DateTimeOffset, DateTimeOffset)Documentation for this section has not yet been entered.
static
LessThan(DateTimeOffset, DateTimeOffset)Documentation for this section has not yet been entered.
static
LessThanOrEqual(DateTimeOffset, DateTimeOffset)Documentation for this section has not yet been entered.
static
Subtraction(DateTimeOffset, DateTimeOffset)Documentation for this section has not yet been entered.
static
Subtraction(DateTimeOffset, TimeSpan)Documentation for this section has not yet been entered.
static
Conversion to System.DateTimeOffset(Implicit)Documentation for this section has not yet been entered.

Explicitly Implemented Interface Members

IComparable.CompareToDocumentation for this section has not yet been entered.
System.Runtime.Serialization.ISerializable.GetObjectDataDocumentation for this section has not yet been entered.
System.Runtime.Serialization.IDeserializationCallback.OnDeserializationDocumentation for this section has not yet been entered.