[This is preliminary documentation and is subject to change.]
Builds a time zone source from this builder. The returned
builder will be independent of this builder; further changes
to this builder will not be reflected in the returned source.

C# | Visual Basic | Visual C++ |
public FakeDateTimeZoneSource Build()
Public Function Build As FakeDateTimeZoneSource
public: FakeDateTimeZoneSource^ Build()

[Missing <returns> documentation for "M:NodaTime.Testing.TimeZones.FakeDateTimeZoneSource.Builder.Build"]

This method performs some sanity checks, and throws exceptions if
they're violated. Those exceptions are not documented here, and you
shouldn't be catching them anyway. (This is aimed at testing...)
Assembly: NodaTime.Testing (Module: NodaTime.Testing.dll) Version: 1.2.0.0 (1.2.0)