C# Class Kimono.KTimeZone.LeapSeconds

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

Protected Properties

Property Type Description
interceptor Qyoto.SmokeInvocation

Public Methods

Method Description
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

Protected Methods

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

Private Methods

Method Description
LeapSeconds ( ) : System

Method Details

Comment() public method

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

CreateProxy() protected method

protected CreateProxy ( ) : void
return void

DateTime() public method

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

Dispose() public method

public Dispose ( ) : void
return void

IsValid() public method

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

LeapSeconds() public method

public LeapSeconds ( KTimeZone c ) : System
c KTimeZone
return System

LeapSeconds() public method

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

LeapSeconds() public method

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

LeapSeconds() protected method

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

leapSeconds() public method

Return the cumulative number of leap seconds to be added after this change occurs.
public leapSeconds ( ) : 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