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

C# | Visual Basic | Visual C++ |
public ZonedDateTimePattern WithResolver( ZoneLocalMappingResolver newResolver )
Public Function WithResolver ( _ newResolver As ZoneLocalMappingResolver _ ) As ZonedDateTimePattern
public: ZonedDateTimePattern^ WithResolver( ZoneLocalMappingResolver^ newResolver )

- newResolver (ZoneLocalMappingResolver)
- The new local mapping resolver to use.

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