C# Class Kimono.KSystemTimeZoneBackend

Inheritance: KTimeZoneBackend, IDisposable
ファイルを表示 Open project: 0xd34df00d/Qross

Public Methods

Method Description
Dispose ( ) : void
KSystemTimeZoneBackend ( Kimono.KSystemTimeZoneSource source, string name, string countryCode, float latitude, float longitude, string comment ) : System Implements KSystemTimeZone.KSystemTimeZone().

Protected Methods

Method Description
CreateProxy ( ) : void
KSystemTimeZoneBackend ( Type dummy ) : System

Private Methods

Method Description
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

Method Details

CreateProxy() protected method

protected CreateProxy ( ) : void
return void

Dispose() public method

public Dispose ( ) : void
return void

KSystemTimeZoneBackend() public method

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
return System

KSystemTimeZoneBackend() protected method

protected KSystemTimeZoneBackend ( Type dummy ) : System
dummy System.Type
return System