C# 클래스 NodaTime.TimeZones.SingleZoneIntervalMap

Implementation of IZoneIntervalMap which just returns a single interval (provided on construction) regardless of the instant requested.
상속: IZoneIntervalMap
파일 보기 프로젝트 열기: jskeet/nodatime

공개 메소드들

메소드 설명
GetZoneInterval ( Instant instant ) : NodaTime.TimeZones.ZoneInterval

비공개 메소드들

메소드 설명
SingleZoneIntervalMap ( NodaTime.TimeZones.ZoneInterval interval )

메소드 상세

GetZoneInterval() 공개 메소드

public GetZoneInterval ( Instant instant ) : NodaTime.TimeZones.ZoneInterval
instant Instant
리턴 NodaTime.TimeZones.ZoneInterval