[This is preliminary documentation and is subject to change.]
Creates a pattern like this one, but with the specified template value.

C# | Visual Basic | Visual C++ |
public LocalTimePattern WithTemplateValue( LocalTime newTemplateValue )
Public Function WithTemplateValue ( _ newTemplateValue As LocalTime _ ) As LocalTimePattern
public: LocalTimePattern^ WithTemplateValue( LocalTime newTemplateValue )

- newTemplateValue (LocalTime)
- The template value for the new pattern, used to fill in unspecified fields.

A new pattern with the given template value.
Assembly: NodaTime (Module: NodaTime.dll) Version: 1.2.0.0 (1.2.0)