[This is preliminary documentation and is subject to change.]
Returns a comparer which compares ZonedDateTime values by their local date/time, without reference to
the time zone, offset or the calendar system.

C# | Visual Basic | Visual C++ |
public static ZonedDateTime..::..Comparer Local { get; }
Public Shared ReadOnly Property Local As ZonedDateTime..::..Comparer Get
public: static property ZonedDateTime..::..Comparer^ Local { ZonedDateTime..::..Comparer^ get (); }

For example, this comparer considers 2013-03-04T20:21:00 (Europe/London) to be later than 2013-03-04T19:21:00 (America/Los_Angeles) even though the second value represents a later instant in time.
This property will return a reference to the same instance every time it is called.
Assembly: NodaTime (Module: NodaTime.dll) Version: 1.2.0.0 (1.2.0)