C# Класс Kimono.KTimeZoneBackend

Наследование: Object, IDisposable
Показать файл Открыть проект Примеры использования класса

Защищенные свойства (Protected)

Свойство Тип Описание
interceptor Qyoto.SmokeInvocation

Открытые методы

Метод Описание
Dispose ( ) : void
KTimeZoneBackend ( ) : System Implements KTimeZone.KTimeZone().
KTimeZoneBackend ( KTimeZoneBackend other ) : System
KTimeZoneBackend ( Kimono.KTimeZoneSource source, string name ) : System
KTimeZoneBackend ( Kimono.KTimeZoneSource source, string name, string countryCode ) : System
KTimeZoneBackend ( Kimono.KTimeZoneSource source, string name, string countryCode, float latitude ) : System
KTimeZoneBackend ( Kimono.KTimeZoneSource source, string name, string countryCode, float latitude, float longitude ) : System
KTimeZoneBackend ( Kimono.KTimeZoneSource source, string name, string countryCode, float latitude, float longitude, string comment ) : System Constructs a time zone. name="source" reader/parser for the database containing this time zone. This will be an instance of a class derived from KTimeZoneSource. name="name" in system-dependent format. The name must be unique within any KTimeZones instance which contains this KTimeZone. name="countryCode" ISO 3166 2-character country code, empty if unknown name="latitude" in degrees (between -90 and +90), UNKNOWN if not known name="longitude" in degrees (between -180 and +180), UNKNOWN if not known name="comment" description of the time zone, if any
KTimeZoneBackend ( string name ) : System Implements KTimeZone.KTimeZone(string).

Защищенные методы

Метод Описание
CreateProxy ( ) : void
KTimeZoneBackend ( Type dummy ) : System

Приватные методы

Метод Описание
Clone ( ) : KTimeZoneBackend
HasTransitions ( KTimeZone caller ) : bool
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

KTimeZoneBackend() публичный Метод

Implements KTimeZone.KTimeZone().
public KTimeZoneBackend ( ) : System
Результат System

KTimeZoneBackend() публичный Метод

public KTimeZoneBackend ( KTimeZoneBackend other ) : System
other KTimeZoneBackend
Результат System

KTimeZoneBackend() публичный Метод

public KTimeZoneBackend ( Kimono.KTimeZoneSource source, string name ) : System
source Kimono.KTimeZoneSource
name string
Результат System

KTimeZoneBackend() публичный Метод

public KTimeZoneBackend ( Kimono.KTimeZoneSource source, string name, string countryCode ) : System
source Kimono.KTimeZoneSource
name string
countryCode string
Результат System

KTimeZoneBackend() публичный Метод

public KTimeZoneBackend ( Kimono.KTimeZoneSource source, string name, string countryCode, float latitude ) : System
source Kimono.KTimeZoneSource
name string
countryCode string
latitude float
Результат System

KTimeZoneBackend() публичный Метод

public KTimeZoneBackend ( Kimono.KTimeZoneSource source, string name, string countryCode, float latitude, float longitude ) : System
source Kimono.KTimeZoneSource
name string
countryCode string
latitude float
longitude float
Результат System

KTimeZoneBackend() публичный Метод

Constructs a time zone. name="source" reader/parser for the database containing this time zone. This will be an instance of a class derived from KTimeZoneSource. name="name" in system-dependent format. The name must be unique within any KTimeZones instance which contains this KTimeZone. name="countryCode" ISO 3166 2-character country code, empty if unknown name="latitude" in degrees (between -90 and +90), UNKNOWN if not known name="longitude" in degrees (between -180 and +180), UNKNOWN if not known name="comment" description of the time zone, if any
public KTimeZoneBackend ( Kimono.KTimeZoneSource source, string name, string countryCode, float latitude, float longitude, string comment ) : System
source Kimono.KTimeZoneSource
name string
countryCode string
latitude float
longitude float
comment string
Результат System

KTimeZoneBackend() защищенный Метод

protected KTimeZoneBackend ( Type dummy ) : System
dummy System.Type
Результат System

KTimeZoneBackend() публичный Метод

Implements KTimeZone.KTimeZone(string).
public KTimeZoneBackend ( string name ) : System
name string
Результат System

Описание свойств

interceptor защищенное свойство

protected SmokeInvocation,Qyoto interceptor
Результат Qyoto.SmokeInvocation