Noda Time
Validate Method
NamespacesNodaTime.TimeZonesTzdbDateTimeZoneSourceValidate()()()()

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

Validates that the data within this source is consistent with itself.
Declaration Syntax
C#Visual BasicVisual C++
public void Validate()
Public Sub Validate
public:
void Validate()
Remarks
Source data is not validated automatically when it's loaded, but any source loaded from data produced by NodaTime.TzdbCompiler (including the data shipped with Noda Time) will already have been validated via this method when it was originally produced. This method should only normally be called explicitly if you have data from a source you're unsure of.
Exceptions
ExceptionCondition
InvalidNodaDataExceptionThe source data is invalid. The source may not function correctly.

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