Delegate ZoneLocalMappingResolver
Resolves a local date and time into a target time zone according to some policy.
Since 1.0.x
Availability net35-Client
Namespace: NodaTime.TimeZones
Assembly: NodaTime.dll
Syntax
public delegate ZonedDateTime ZoneLocalMappingResolver(ZoneLocalMapping mapping);
Parameters
Type | Name | Description |
---|---|---|
ZoneLocalMapping | mapping | The intermediate result of mapping a local time to a target time zone. |
Returns
Type | Description |
---|---|
ZonedDateTime | The resolved date and time. |
Remarks
See the Resolvers class for predefined implementations and a way of combining separate SkippedTimeResolver and AmbiguousTimeResolver values.