C# Класс Kimono.KTimeZone.Phase

Наследование: Object, IDisposable
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
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