C# Class Kimono.KTimeZone.LeapSeconds

Inheritance: Object, IDisposable
Afficher le fichier Open project: 0xd34df00d/Qross

Protected Properties

Свойство Type Description
interceptor Qyoto.SmokeInvocation

Méthodes publiques

Méthode 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

Méthodes protégées

Méthode Description
CreateProxy ( ) : void
LeapSeconds ( Type dummy ) : System

Private Methods

Méthode Description
LeapSeconds ( ) : System

Method Details

Comment() public méthode

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

CreateProxy() protected méthode

protected CreateProxy ( ) : void
Résultat void

DateTime() public méthode

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

Dispose() public méthode

public Dispose ( ) : void
Résultat void

IsValid() public méthode

Return whether this instance holds valid data.
public IsValid ( ) : bool
Résultat bool

LeapSeconds() public méthode

public LeapSeconds ( KTimeZone c ) : System
c KTimeZone
Résultat System

LeapSeconds() public méthode

public LeapSeconds ( Qyoto.QDateTime utcTime, int leapSeconds ) : System
utcTime Qyoto.QDateTime
leapSeconds int
Résultat System

LeapSeconds() public méthode

public LeapSeconds ( Qyoto.QDateTime utcTime, int leapSeconds, string comment ) : System
utcTime Qyoto.QDateTime
leapSeconds int
comment string
Résultat System

LeapSeconds() protected méthode

protected LeapSeconds ( Type dummy ) : System
dummy System.Type
Résultat System

leapSeconds() public méthode

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

operator() public static méthode

public static operator ( ) : bool
Résultat bool

Property Details

interceptor protected_oe property

protected SmokeInvocation,Qyoto interceptor
Résultat Qyoto.SmokeInvocation