Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

DateTimeOffset::Subtraction Operator (DateTimeOffset, DateTimeOffset)

 
equivalentCodeEntityM:System.DateTimeOffset.Subtract(System.DateTimeOffset,System.DateTimeOffset)

Subtracts one DateTimeOffset object from another and yields a time interval.

Namespace:   System
Assembly:  mscorlib (in mscorlib.dll)

public:
static TimeSpan operator -(
	DateTimeOffset left,
	DateTimeOffset right
)

Parameters

left
Type: System::DateTimeOffset

The minuend.

right
Type: System::DateTimeOffset

The subtrahend.

Return Value

Type: System::TimeSpan

An object that represents the difference between left and right.

The Subtraction method defines the subtraction operation for DateTimeOffset objects. It enables code such as the following:

No code example is currently available or this language may not be supported.

Languages that do not support custom operators and operator overloading can call the DateTimeOffset::Subtract(DateTimeOffset) method instead.

Universal Windows Platform
Available since 8
.NET Framework
Available since 2.0
Portable Class Library
Supported in: portable .NET platforms
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Windows Phone
Available since 8.1
Return to top
Show:
© 2017 Microsoft