[This is preliminary documentation and is subject to change.]
Creates a PeriodBuilder from this instance. The new builder
is populated with the values from this period, but is then detached from it:
changes made to the builder are not reflected in this period.

C# | Visual Basic | Visual C++ |
public PeriodBuilder ToBuilder()
Public Function ToBuilder As PeriodBuilder
public: PeriodBuilder^ ToBuilder()

A builder with the same values and units as this period.
Assembly: NodaTime (Module: NodaTime.dll) Version: 1.2.0.0 (1.2.0)