Delegate ZoneLocalMappingResolver
Resolves the result of attempting to map a local date and time to a target time zone.
Since 1.0.x
Availability net35-Client, PCL
Namespace: NodaTime.TimeZones
Assembly: NodaTime.dll
Syntax
public delegate ZonedDateTime ZoneLocalMappingResolver(ZoneLocalMapping mapping);
Parameters
Type | Name | Description |
---|---|---|
Zone |
mapping | The intermediate result of mapping a local time to a target time zone. |
Returns
Type | Description |
---|---|
Zoned |
A Zoned |
Remarks
This delegate is consumed by In
See the Resolvers class for predefined implementations and a way of combining
separate Skipped