LeapSecond Structure |
Namespace: AGI.Foundation.Time
The LeapSecond type exposes the following members.
| Name | Description | |
|---|---|---|
| LeapSecond(Double, Double) |
Initializes a new instance.
| |
| LeapSecond(JulianDate, Double) |
Initializes a new instance of a Leap Second.
|
| Name | Description | |
|---|---|---|
| Date |
Gets the date of the leap second.
| |
| TotalTaiOffsetFromUtc |
Gets the total difference TAI - UTC after this leap second, in seconds.
|
| Name | Description | |
|---|---|---|
| Equals(LeapSecond) |
Indicates whether another instance of this type is exactly equal to this instance.
| |
| Equals(Object) |
Indicates whether another object is exactly equal to this instance.
(Overrides ValueTypeEquals(Object).) | |
| GetHashCode |
Returns a hash code for this instance, which is suitable for use in hashing algorithms and data structures like a hash table.
(Overrides ValueTypeGetHashCode.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| ToString |
Returns the date of this LeapSecond and offset from UTC as a string.
(Overrides ValueTypeToString.) |
| Name | Description | |
|---|---|---|
| Equality |
Returns if the two instances are exactly equal.
| |
| Inequality |
Returns if the two instances are not exactly equal.
|