Noda Time
Longitude Property
NamespacesNodaTime.TimeZonesTzdbZoneLocationLongitude

[This is preliminary documentation and is subject to change.]

Longitude in degrees; positive for East, negative for West.
Declaration Syntax
C#Visual BasicVisual C++
public double Longitude { get; }
Public ReadOnly Property Longitude As Double
	Get
public:
property double Longitude {
	double get ();
}
Remarks
The value will be in the range [-180, 180].

Assembly: NodaTime (Module: NodaTime.dll) Version: 1.2.0.0 (1.2.0)