Noda Time
XmlSerialization Property
NamespacesNodaTimeDateTimeZoneProvidersXmlSerialization

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

The IDateTimeZoneProvider to use to interpret a time zone ID read as part of XML serialization.
Declaration Syntax
C#Visual BasicVisual C++
public static IDateTimeZoneProvider XmlSerialization { get; set; }
Public Shared Property XmlSerialization As IDateTimeZoneProvider
	Get
	Set
public:
static property IDateTimeZoneProvider^ XmlSerialization {
	IDateTimeZoneProvider^ get ();
	void set (IDateTimeZoneProvider^ value);
}
Remarks
This property defaults to Tzdb. The mere existence of this property is unfortunate, but XML serialization in .NET provides no way of configuring appropriate context. It is expected that any single application is unlikely to want to serialize ZonedDateTime values using different time zone providers.

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