[This is preliminary documentation and is subject to change.]
Formats the given local date/time as text according to the rules of this pattern.

C# | Visual Basic | Visual C++ |
public string Format( LocalDateTime value )
Public Function Format ( _ value As LocalDateTime _ ) As String
public: virtual String^ Format( LocalDateTime value ) sealed

- value (LocalDateTime)
- The local date/time to format.

The local date/time formatted according to this pattern.
Assembly: NodaTime (Module: NodaTime.dll) Version: 1.2.0.0 (1.2.0)