Noda Time
WithResolver Method (newResolver)
NamespacesNodaTime.TextZonedDateTimePatternWithResolver(ZoneLocalMappingResolver)

[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.
Declaration Syntax
C#Visual BasicVisual C++
public ZonedDateTimePattern WithResolver(
	ZoneLocalMappingResolver newResolver
)
Public Function WithResolver ( _
	newResolver As ZoneLocalMappingResolver _
) As ZonedDateTimePattern
public:
ZonedDateTimePattern^ WithResolver(
	ZoneLocalMappingResolver^ newResolver
)
Parameters
newResolver (ZoneLocalMappingResolver)
The new local mapping resolver to use.
Return Value
A new pattern with the given resolver.

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