Get the longitude zone number.

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

Collapse imageSyntax

C#
public int LngZone { get; }
Visual Basic (Declaration)
Public ReadOnly Property LngZone As Integer
Visual C++
public:
property int LngZone {
	int get ();
}

Field Value

The longitude zone number.

Collapse imageSee Also