Noda Time
LocalDateTime Property
NamespacesNodaTimeZonedDateTimeLocalDateTime

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

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

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