GlobalPositioningSystemDate Methods |
The GlobalPositioningSystemDate type exposes the following members.
Name | Description | |
---|---|---|
Add |
Adds a Duration to this date, producing a new date.
| |
AddDays |
Adds the specified number of days to this date and returns the new date.
| |
AddSeconds |
Adds the specified number of seconds to this date and returns the new date.
| |
CompareTo(GlobalPositioningSystemDate) |
Compares this instance with another instance of the same type.
| |
CompareTo(Object) |
Compares this instance with another instance of the same type.
| |
Equals(GlobalPositioningSystemDate) |
Indicates whether another instance of this type is exactly equal to this instance.
| |
Equals(Object) |
Indicates whether another object is exactly equal to this instance.
(Overrides ValueTypeEquals(Object).) | |
EqualsEpsilon |
Returns true if this date is within epsilon seconds of the
specified date. That is, in order for the dates to be considered equal (and for
this function to return true), the absolute value of the difference between them, in
seconds, must be less than or equal to epsilon.
| |
GetHashCode |
Returns a hash code for this instance, which is suitable for use in hashing algorithms and data structures like a hash table.
(Overrides ValueTypeGetHashCode.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MinutesDifference |
Computes the number of minutes that have elapsed from this date to the
other date.
| |
SecondsDifference |
Computes the number of seconds that have elapsed from this date to the
other date.
| |
Subtract(Duration) |
Subtracts a Duration from this date, producing a new date.
| |
Subtract(GlobalPositioningSystemDate) |
Subtracts another date from this date.
| |
ToDateTime |
Converts this GPS Time to a .NET standard DateTime with a default time standard of Global Positioning System Time.
| |
ToJulianDate |
Returns a JulianDate that is equivalent to this instance.
| |
ToString |
Returns the value of this GPS Time in RolloverCount:WeekSinceRollover:SecondsOfWeek, where
RolloverCount is the number of times that the GPS week counter has rolled over since
JulianDateOfEpoch.
(Overrides ValueTypeToString.) |