[This is preliminary documentation and is subject to change.]
Validates that the data within this source is consistent with itself.

C# | Visual Basic | Visual C++ |
public void Validate()
Public Sub Validate
public: void Validate()

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.

Exception | Condition |
---|---|
InvalidNodaDataException | The source data is invalid. The source may not function
correctly. |
Assembly: NodaTime (Module: NodaTime.dll) Version: 1.2.0.0 (1.2.0)