Noda Time
Date Property
NamespacesNodaTimeLocalDateTimeDate

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

Gets the date portion of this local date and time as a LocalDate in the same calendar system as this value.
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)