ZylGPSReceiver Mobile for Smart Phone

GPSPosition.LongitudeDecimalDegreesToDMS Method 

Converts decimal degrees to DMS for longitude values.

[Visual Basic]
Public Shared Sub LongitudeDecimalDegreesToDMS( _
   ByVal Double As Double, _
   ByRef Int32& As Int32@, _
   ByRef Int32& As Int32@, _
   ByRef Double& As Double@, _
   ByRef CardinalPoint& As CardinalPoint@ _
)
[C#]
public static void LongitudeDecimalDegreesToDMS(
   Double decDegree,
   out Int32& degree,
   out Int32& minute,
   out Double& second,
   out CardinalPoint& direction
);

Parameters

Double
Value in decimal degrees.
Int32&
Degrees.
Int32&
Minutes.
Double&
Seconds.
CardinalPoint&
Direction.

See Also

GPSPosition Class | ZylGPSReceiverMobileSP Namespace