Noda Time
Build Method
NamespacesNodaTime.Testing.TimeZonesFakeDateTimeZoneSource..::..BuilderBuild()()()()

[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.
Declaration Syntax
C#Visual BasicVisual C++
public FakeDateTimeZoneSource Build()
Public Function Build As FakeDateTimeZoneSource
public:
FakeDateTimeZoneSource^ Build()
Return Value

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

Remarks
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)