C# Class Kimono.KTimeZoneBackend

Inheritance: Object, IDisposable
ファイルを表示 Open project: 0xd34df00d/Qross Class Usage Examples

Protected Properties

Property Type Description
interceptor Qyoto.SmokeInvocation

Public Methods

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

Protected Methods

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

Private Methods

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

Method Details

CreateProxy() protected method

protected CreateProxy ( ) : void
return void

Dispose() public method

public Dispose ( ) : void
return void

KTimeZoneBackend() public method

Implements KTimeZone.KTimeZone().
public KTimeZoneBackend ( ) : System
return System

KTimeZoneBackend() public method

public KTimeZoneBackend ( KTimeZoneBackend other ) : System
other KTimeZoneBackend
return System

KTimeZoneBackend() public method

public KTimeZoneBackend ( Kimono.KTimeZoneSource source, string name ) : System
source Kimono.KTimeZoneSource
name string
return System

KTimeZoneBackend() public method

public KTimeZoneBackend ( Kimono.KTimeZoneSource source, string name, string countryCode ) : System
source Kimono.KTimeZoneSource
name string
countryCode string
return System

KTimeZoneBackend() public method

public KTimeZoneBackend ( Kimono.KTimeZoneSource source, string name, string countryCode, float latitude ) : System
source Kimono.KTimeZoneSource
name string
countryCode string
latitude float
return System

KTimeZoneBackend() public method

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

KTimeZoneBackend() public method

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

KTimeZoneBackend() protected method

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

KTimeZoneBackend() public method

Implements KTimeZone.KTimeZone(string).
public KTimeZoneBackend ( string name ) : System
name string
return System

Property Details

interceptor protected_oe property

protected SmokeInvocation,Qyoto interceptor
return Qyoto.SmokeInvocation