C# 클래스 Kimono.KTimeZone.Phase

상속: Object, IDisposable
파일 보기 프로젝트 열기: 0xd34df00d/Qross

보호된 프로퍼티들

프로퍼티 타입 설명
interceptor Qyoto.SmokeInvocation

공개 메소드들

메소드 설명
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

보호된 메소드들

메소드 설명
CreateProxy ( ) : void
Phase ( Type dummy ) : System

비공개 메소드들

메소드 설명
Phase ( ) : System

메소드 상세

Abbreviations() 공개 메소드

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
리턴 List

Comment() 공개 메소드

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

CreateProxy() 보호된 메소드

protected CreateProxy ( ) : void
리턴 void

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Equals() 공개 메소드

public Equals ( object o ) : bool
o object
리턴 bool

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

IsDst() 공개 메소드

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

Phase() 공개 메소드

public Phase ( KTimeZone rhs ) : System
rhs KTimeZone
리턴 System

Phase() 보호된 메소드

protected Phase ( Type dummy ) : System
dummy System.Type
리턴 System

Phase() 공개 메소드

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

Phase() 공개 메소드

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
리턴 System

Phase() 공개 메소드

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

Phase() 공개 메소드

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
리턴 System

UtcOffset() 공개 메소드

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
리턴 int

operator() 공개 정적인 메소드

public static operator ( ) : bool
리턴 bool

프로퍼티 상세

interceptor 보호되어 있는 프로퍼티

protected SmokeInvocation,Qyoto interceptor
리턴 Qyoto.SmokeInvocation