[This is preliminary documentation and is subject to change.]
Converts a DateTime of any kind to a LocalDateTime in the ISO calendar. This does not perform
any time zone conversions, so a DateTime with a Kind of Utc
will still have the same day/hour/minute etc - it won't be converted into the local system time.

C# | Visual Basic | Visual C++ |
public static LocalDateTime FromDateTime( DateTime dateTime )
Public Shared Function FromDateTime ( _ dateTime As DateTime _ ) As LocalDateTime
public: static LocalDateTime FromDateTime( DateTime dateTime )

- dateTime (DateTime)
- Value to convert into a Noda Time local date and time

A new LocalDateTime with the same values as the specified DateTime.
Assembly: NodaTime (Module: NodaTime.dll) Version: 1.2.0.0 (1.2.0)