C# 클래스 Kimono.KTimeZone.LeapSeconds

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

보호된 프로퍼티들

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

공개 메소드들

메소드 설명
Comment ( ) : string Return the comment (if any) applying to this change.
DateTime ( ) : Qyoto.QDateTime Return the UTC date/time when this change occurred.
Dispose ( ) : void
IsValid ( ) : bool Return whether this instance holds valid data.
LeapSeconds ( KTimeZone c ) : System
LeapSeconds ( Qyoto.QDateTime utcTime, int leapSeconds ) : System
LeapSeconds ( Qyoto.QDateTime utcTime, int leapSeconds, string comment ) : System
leapSeconds ( ) : int Return the cumulative number of leap seconds to be added after this change occurs.
operator ( ) : bool

보호된 메소드들

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

비공개 메소드들

메소드 설명
LeapSeconds ( ) : System

메소드 상세

Comment() 공개 메소드

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

CreateProxy() 보호된 메소드

protected CreateProxy ( ) : void
리턴 void

DateTime() 공개 메소드

Return the UTC date/time when this change occurred.
public DateTime ( ) : Qyoto.QDateTime
리턴 Qyoto.QDateTime

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

IsValid() 공개 메소드

Return whether this instance holds valid data.
public IsValid ( ) : bool
리턴 bool

LeapSeconds() 공개 메소드

public LeapSeconds ( KTimeZone c ) : System
c KTimeZone
리턴 System

LeapSeconds() 공개 메소드

public LeapSeconds ( Qyoto.QDateTime utcTime, int leapSeconds ) : System
utcTime Qyoto.QDateTime
leapSeconds int
리턴 System

LeapSeconds() 공개 메소드

public LeapSeconds ( Qyoto.QDateTime utcTime, int leapSeconds, string comment ) : System
utcTime Qyoto.QDateTime
leapSeconds int
comment string
리턴 System

LeapSeconds() 보호된 메소드

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

leapSeconds() 공개 메소드

Return the cumulative number of leap seconds to be added after this change occurs.
public leapSeconds ( ) : int
리턴 int

operator() 공개 정적인 메소드

public static operator ( ) : bool
리턴 bool

프로퍼티 상세

interceptor 보호되어 있는 프로퍼티

protected SmokeInvocation,Qyoto interceptor
리턴 Qyoto.SmokeInvocation