Noda Time
WithTemplateValue Method (newTemplateValue)
NamespacesNodaTime.TextLocalDateTimePatternWithTemplateValue(LocalDateTime)

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