Click or drag to resize

GlobalPositioningSystemDate Methods

The GlobalPositioningSystemDate type exposes the following members.

Methods
  NameDescription
Public methodAdd
Adds a Duration to this date, producing a new date.
Public methodAddDays
Adds the specified number of days to this date and returns the new date.
Public methodAddSeconds
Adds the specified number of seconds to this date and returns the new date.
Public methodCompareTo(GlobalPositioningSystemDate)
Compares this instance with another instance of the same type.
Public methodCompareTo(Object)
Compares this instance with another instance of the same type.
Public methodEquals(GlobalPositioningSystemDate)
Indicates whether another instance of this type is exactly equal to this instance.
Public methodEquals(Object)
Indicates whether another object is exactly equal to this instance.
(Overrides ValueTypeEquals(Object).)
Public methodEqualsEpsilon
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.
Public methodGetHashCode
Returns a hash code for this instance, which is suitable for use in hashing algorithms and data structures like a hash table.
(Overrides ValueTypeGetHashCode.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodMinutesDifference
Computes the number of minutes that have elapsed from this date to the other date.
Public methodSecondsDifference
Computes the number of seconds that have elapsed from this date to the other date.
Public methodSubtract(Duration)
Subtracts a Duration from this date, producing a new date.
Public methodSubtract(GlobalPositioningSystemDate)
Subtracts another date from this date.
Public methodToDateTime
Converts this GPS Time to a .NET standard DateTime with a default time standard of Global Positioning System Time.
Public methodToJulianDate
Returns a JulianDate that is equivalent to this instance.
Public methodToString
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.)
Top
See Also