Property | Type | Description | |
---|---|---|---|
interceptor |
Method | Description | |
---|---|---|
Dispose ( ) : void | ||
KTimeZoneBackend ( ) : System | Implements KTimeZone.KTimeZone(). | |
KTimeZoneBackend ( |
||
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). |
Method | Description | |
---|---|---|
CreateProxy ( ) : void | ||
KTimeZoneBackend ( |
Method | Description | |
---|---|---|
Clone ( ) : |
||
HasTransitions ( |
||
IsDst ( |
||
IsDstAtUtc ( |
||
Offset ( |
||
OffsetAtUtc ( |
||
OffsetAtZoneTime ( |
||
type ( ) : Qyoto.QByteArray |
public KTimeZoneBackend ( |
||
other | ||
return | System |
public KTimeZoneBackend ( Kimono.KTimeZoneSource source, string name ) : System | ||
source | Kimono.KTimeZoneSource | |
name | string | |
return | System |
public KTimeZoneBackend ( Kimono.KTimeZoneSource source, string name, string countryCode ) : System | ||
source | Kimono.KTimeZoneSource | |
name | string | |
countryCode | string | |
return | System |
public KTimeZoneBackend ( Kimono.KTimeZoneSource source, string name, string countryCode, float latitude ) : System | ||
source | Kimono.KTimeZoneSource | |
name | string | |
countryCode | string | |
latitude | float | |
return | System |
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 | |
return | System |
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 | |
return | System |
protected KTimeZoneBackend ( |
||
dummy | ||
return | System |
public KTimeZoneBackend ( string name ) : System | ||
name | string | |
return | System |