[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 LocalDateTimePattern WithTemplateValue( LocalDateTime newTemplateValue )
Public Function WithTemplateValue ( _ newTemplateValue As LocalDateTime _ ) As LocalDateTimePattern
public: LocalDateTimePattern^ WithTemplateValue( LocalDateTime newTemplateValue )

- newTemplateValue (LocalDateTime)
- 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)