Noda Time
WithTemplateValue Method (newTemplateValue)
NamespacesNodaTime.TextLocalDatePatternWithTemplateValue(LocalDate)

[This is preliminary documentation and is subject to change.]

Creates a pattern like this one, but with the specified template value.
Declaration Syntax
C#Visual BasicVisual C++
public LocalDatePattern WithTemplateValue(
	LocalDate newTemplateValue
)
Public Function WithTemplateValue ( _
	newTemplateValue As LocalDate _
) As LocalDatePattern
public:
LocalDatePattern^ WithTemplateValue(
	LocalDate newTemplateValue
)
Parameters
newTemplateValue (LocalDate)
The template value for the new pattern, used to fill in unspecified fields.
Return Value
A new pattern with the given template value.

Assembly: NodaTime (Module: NodaTime.dll) Version: 1.2.0.0 (1.2.0)