GlobalPositioningSystemDate Operators |
The GlobalPositioningSystemDate type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() | Addition |
Adds a Duration to a GlobalPositioningSystemDate, producing a new date.
|
![]() ![]() | Equality |
Returns true if the two instances are exactly equal.
|
![]() ![]() | GreaterThan |
Returns true if left occurs after right.
|
![]() ![]() | GreaterThanOrEqual |
Returns true if left occurs after or at the same time as right.
|
![]() ![]() | Inequality |
Returns true if the two instances are not exactly equal.
|
![]() ![]() | LessThan |
Returns true if left occurs before right.
|
![]() ![]() | LessThanOrEqual |
Returns true if left occurs before or at the same time as right.
|
![]() ![]() | Subtraction(GlobalPositioningSystemDate, Duration) |
Subtracts a Duration from a date, yielding a new GlobalPositioningSystemDate.
|
![]() ![]() | Subtraction(GlobalPositioningSystemDate, GlobalPositioningSystemDate) |
Subtracts a date from another date, yielding a Duration.
|