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( DoubledecDegree, out Int32°ree, out Int32&minute, out Double&second, out CardinalPoint& direction );