Gets the longitude seconds.

Namespace:  DotNetCoords
Assembly:  DotNetCoords (in DotNetCoords.dll) Version: 1.0.0.1 (1.0.0.1)

Syntax

C#
public double LongitudeSeconds { get; }
Visual Basic (Declaration)
Public ReadOnly Property LongitudeSeconds As Double
Visual C++
public:
property double LongitudeSeconds {
	double get ();
}

Field Value

The longitude seconds.

See Also