Noda Time
ToString Method
NamespacesNodaTimeZonedDateTimeToString()()()()

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

Currently returns a string representation of this value indicating the local time, offset and time zone separately. The default ToString method of each component is used, which will render the local time and offset in the "general" pattern for the current thread's culture, and simply include the ID for most time zone implementations.
Declaration Syntax
C#Visual BasicVisual C++
public override string ToString()
Public Overrides Function ToString As String
public:
virtual String^ ToString() override
Return Value
A string representation of this value.
Remarks

This representation is a temporary measure until full support for parsing and formatting ZonedDateTime values is implemented. It is provided in order to make diagnostics simpler, but is likely to be changed in future releases.

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