Noda Time
WithCulture Method (cultureInfo)
NamespacesNodaTime.TextInstantPatternWithCulture(CultureInfo)

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

Creates a pattern for the same original pattern text as this pattern, but with the specified culture.
Declaration Syntax
C#Visual BasicVisual C++
public InstantPattern WithCulture(
	CultureInfo cultureInfo
)
Public Function WithCulture ( _
	cultureInfo As CultureInfo _
) As InstantPattern
public:
InstantPattern^ WithCulture(
	CultureInfo^ cultureInfo
)
Parameters
cultureInfo (CultureInfo)
The culture to use in the new pattern.
Return Value
A new pattern with the given culture.

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