C# 클래스 Kimono.KSystemTimeZoneBackend

상속: KTimeZoneBackend, IDisposable
파일 보기 프로젝트 열기: 0xd34df00d/Qross

공개 메소드들

메소드 설명
Dispose ( ) : void
KSystemTimeZoneBackend ( Kimono.KSystemTimeZoneSource source, string name, string countryCode, float latitude, float longitude, string comment ) : System Implements KSystemTimeZone.KSystemTimeZone().

보호된 메소드들

메소드 설명
CreateProxy ( ) : void
KSystemTimeZoneBackend ( Type dummy ) : System

비공개 메소드들

메소드 설명
Clone ( ) : KTimeZoneBackend
IsDst ( KTimeZone caller, int t ) : bool
IsDstAtUtc ( KTimeZone caller, Qyoto.QDateTime utcDateTime ) : bool
Offset ( KTimeZone caller, int t ) : int
OffsetAtUtc ( KTimeZone caller, Qyoto.QDateTime utcDateTime ) : int
OffsetAtZoneTime ( KTimeZone caller, Qyoto.QDateTime zoneDateTime, int &secondOffset ) : int
type ( ) : Qyoto.QByteArray

메소드 상세

CreateProxy() 보호된 메소드

protected CreateProxy ( ) : void
리턴 void

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

KSystemTimeZoneBackend() 공개 메소드

Implements KSystemTimeZone.KSystemTimeZone().
public KSystemTimeZoneBackend ( Kimono.KSystemTimeZoneSource source, string name, string countryCode, float latitude, float longitude, string comment ) : System
source Kimono.KSystemTimeZoneSource
name string
countryCode string
latitude float
longitude float
comment string
리턴 System

KSystemTimeZoneBackend() 보호된 메소드

protected KSystemTimeZoneBackend ( Type dummy ) : System
dummy System.Type
리턴 System