C# Class NodaTime.TimeZones.SingleZoneIntervalMap

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

Méthodes publiques

Méthode Description
GetZoneInterval ( Instant instant ) : NodaTime.TimeZones.ZoneInterval

Private Methods

Méthode Description
SingleZoneIntervalMap ( NodaTime.TimeZones.ZoneInterval interval )

Method Details

GetZoneInterval() public méthode

public GetZoneInterval ( Instant instant ) : NodaTime.TimeZones.ZoneInterval
instant Instant
Résultat NodaTime.TimeZones.ZoneInterval