C# Class NodaTime.TimeZones.SingleZoneIntervalMap

Implementation of IZoneIntervalMap which just returns a single interval (provided on construction) regardless of the instant requested.
Inheritance: IZoneIntervalMap
Mostrar archivo Open project: jskeet/nodatime

Public Methods

Method Description
GetZoneInterval ( Instant instant ) : NodaTime.TimeZones.ZoneInterval

Private Methods

Method Description
SingleZoneIntervalMap ( NodaTime.TimeZones.ZoneInterval interval )

Method Details

GetZoneInterval() public method

public GetZoneInterval ( Instant instant ) : NodaTime.TimeZones.ZoneInterval
instant Instant
return NodaTime.TimeZones.ZoneInterval