C# Class Kimono.KSystemTimeZoneBackend

Inheritance: KTimeZoneBackend, IDisposable
Afficher le fichier Open project: 0xd34df00d/Qross

Méthodes publiques

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

Méthodes protégées

Méthode Description
CreateProxy ( ) : void
KSystemTimeZoneBackend ( Type dummy ) : System

Private Methods

Méthode 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 méthode

protected CreateProxy ( ) : void
Résultat void

Dispose() public méthode

public Dispose ( ) : void
Résultat void

KSystemTimeZoneBackend() public méthode

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
Résultat System

KSystemTimeZoneBackend() protected méthode

protected KSystemTimeZoneBackend ( Type dummy ) : System
dummy System.Type
Résultat System