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

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

For example, this comparer considers 2013-03-04T20:21:00+0100 to be later than 2013-03-04T19:21:00-0700 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)