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

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

- value (OffsetDateTime)
- The zoned date/time to format.

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