C# Class Kimono.KTimeZone.Phase

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

Protected Properties

Свойство Type Description
interceptor Qyoto.SmokeInvocation

Méthodes publiques

Méthode Description
Abbreviations ( ) : List Return the time zone abbreviations which apply to this phase. More than one abbreviation may be returned, to allow for possible translations.
Comment ( ) : string Return the comment (if any) applying to this phase.
Dispose ( ) : void
Equals ( object o ) : bool
GetHashCode ( ) : int
IsDst ( ) : bool Return whether daylight savings time applies during this phase.
Phase ( KTimeZone rhs ) : System
Phase ( int utcOffset, List abbreviations, bool dst ) : System
Phase ( int utcOffset, List abbreviations, bool dst, string comment ) : System Constructor. name="utcOffset" number of seconds to add to UTC to get local time in this phase name="abbreviations" time zone abbreviation for this phase, plus any translations name="dst" true if daylight savings time, false if standard time name="comment" optional comment
Phase ( int utcOffset, Qyoto.QByteArray abbreviations, bool dst ) : System
Phase ( int utcOffset, Qyoto.QByteArray abbreviations, bool dst, string comment ) : System Constructor. name="utcOffset" number of seconds to add to UTC to get local time in this phase name="abbreviations" time zone abbreviation for this phase. If translations exist, concatenate all abbreviations as null-terminated strings. name="dst" true if daylight savings time, false if standard time name="comment" optional comment
UtcOffset ( ) : int Return the UTC offset in seconds during this phase. The UTC offset is the number of seconds which you must add to UTC to get local time.
operator ( ) : bool

Méthodes protégées

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

Private Methods

Méthode Description
Phase ( ) : System

Method Details

Abbreviations() public méthode

Return the time zone abbreviations which apply to this phase. More than one abbreviation may be returned, to allow for possible translations.
public Abbreviations ( ) : List
Résultat List

Comment() public méthode

Return the comment (if any) applying to this phase.
public Comment ( ) : string
Résultat string

CreateProxy() protected méthode

protected CreateProxy ( ) : void
Résultat void

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Equals() public méthode

public Equals ( object o ) : bool
o object
Résultat bool

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

IsDst() public méthode

Return whether daylight savings time applies during this phase.
public IsDst ( ) : bool
Résultat bool

Phase() public méthode

public Phase ( KTimeZone rhs ) : System
rhs KTimeZone
Résultat System

Phase() protected méthode

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

Phase() public méthode

public Phase ( int utcOffset, List abbreviations, bool dst ) : System
utcOffset int
abbreviations List
dst bool
Résultat System

Phase() public méthode

Constructor. name="utcOffset" number of seconds to add to UTC to get local time in this phase name="abbreviations" time zone abbreviation for this phase, plus any translations name="dst" true if daylight savings time, false if standard time name="comment" optional comment
public Phase ( int utcOffset, List abbreviations, bool dst, string comment ) : System
utcOffset int
abbreviations List
dst bool
comment string
Résultat System

Phase() public méthode

public Phase ( int utcOffset, Qyoto.QByteArray abbreviations, bool dst ) : System
utcOffset int
abbreviations Qyoto.QByteArray
dst bool
Résultat System

Phase() public méthode

Constructor. name="utcOffset" number of seconds to add to UTC to get local time in this phase name="abbreviations" time zone abbreviation for this phase. If translations exist, concatenate all abbreviations as null-terminated strings. name="dst" true if daylight savings time, false if standard time name="comment" optional comment
public Phase ( int utcOffset, Qyoto.QByteArray abbreviations, bool dst, string comment ) : System
utcOffset int
abbreviations Qyoto.QByteArray
dst bool
comment string
Résultat System

UtcOffset() public méthode

Return the UTC offset in seconds during this phase. The UTC offset is the number of seconds which you must add to UTC to get local time.
public UtcOffset ( ) : int
Résultat int

operator() public static méthode

public static operator ( ) : bool
Résultat bool

Property Details

interceptor protected_oe property

protected SmokeInvocation,Qyoto interceptor
Résultat Qyoto.SmokeInvocation