Noda Time
Date Property
NamespacesNodaTimeOffsetDateTimeDate

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

Gets the local date represented by this offset date and time. The returned LocalDate will have the same calendar system and return the same values for each of the date-based calendar properties (Year, MonthOfYear and so on), but will not have any offset information.
Declaration Syntax
C#Visual BasicVisual C++
public LocalDate Date { get; }
Public ReadOnly Property Date As LocalDate
	Get
public:
property LocalDate Date {
	LocalDate get ();
}

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