DateTime::Compare Method
Silverlight
Namespace: System
Assembly: mscorlib (in mscorlib.dll)
Parameters
- t1
- Type: System::DateTime
The first object to compare.
- t2
- Type: System::DateTime
The second object to compare.
Return Value
Type: System::Int32A signed number indicating the relative values of t1 and t2.
Value Type | Condition |
|---|---|
Less than zero | t1 is earlier than t2. |
Zero | t1 is the same as t2. |
Greater than zero | t1 is later than t2. |
Before comparing DateTime objects, ensure that the objects represent times in the same time zone.
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.
Community Additions
ADD
Show: