Noda Time
Latitude Property
NamespacesNodaTime.TimeZonesTzdbZoneLocationLatitude

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

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

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