[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.

C# | Visual Basic | Visual C++ |
public LocalDatePattern WithCulture( CultureInfo cultureInfo )
Public Function WithCulture ( _ cultureInfo As CultureInfo _ ) As LocalDatePattern
public: LocalDatePattern^ WithCulture( CultureInfo^ cultureInfo )

- cultureInfo (CultureInfo)
- The culture to use in the new pattern.

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