C# Class Kimono.KTimeZone.Phase

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

Protected Properties

Property Type Description
interceptor Qyoto.SmokeInvocation

Public Methods

Method 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

Protected Methods

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

Private Methods

Method Description
Phase ( ) : System

Method Details

Abbreviations() public method

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

Comment() public method

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

CreateProxy() protected method

protected CreateProxy ( ) : void
return void

Dispose() public method

public Dispose ( ) : void
return void

Equals() public method

public Equals ( object o ) : bool
o object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

IsDst() public method

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

Phase() public method

public Phase ( KTimeZone rhs ) : System
rhs KTimeZone
return System

Phase() protected method

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

Phase() public method

public Phase ( int utcOffset, List abbreviations, bool dst ) : System
utcOffset int
abbreviations List
dst bool
return System

Phase() public method

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

Phase() public method

public Phase ( int utcOffset, Qyoto.QByteArray abbreviations, bool dst ) : System
utcOffset int
abbreviations Qyoto.QByteArray
dst bool
return System

Phase() public method

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

UtcOffset() public method

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

operator() public static method

public static operator ( ) : bool
return bool

Property Details

interceptor protected_oe property

protected SmokeInvocation,Qyoto interceptor
return Qyoto.SmokeInvocation