Uses of Class
org.threeten.extra.scale.TaiInstant
Packages that use TaiInstant
-
Uses of TaiInstant in org.threeten.extra.scale
Methods in org.threeten.extra.scale that return TaiInstantModifier and TypeMethodDescriptionUtcRules.convertToTai(Instant instant) Converts anInstantto aTaiInstant.UtcRules.convertToTai(UtcInstant utcInstant) Converts aUtcInstantto aTaiInstant.Returns a copy of this instant with the specified duration subtracted.static TaiInstantObtains an instance ofTaiInstantfrom anInstant.static TaiInstantTaiInstant.of(UtcInstant instant) Obtains an instance ofTaiInstantfrom aUtcInstant.static TaiInstantTaiInstant.ofTaiSeconds(long taiSeconds, long nanoAdjustment) Obtains an instance ofTaiInstantfrom the number of seconds from the TAI epoch of 1958-01-01T00:00:00(TAI) with a nanosecond fraction of second.static TaiInstantTaiInstant.parse(CharSequence text) Obtains an instance ofTaiInstantfrom a text string.Returns a copy of this instant with the specified duration added.TimeSource.taiInstant()Gets the currentTaiInstant.UtcInstant.toTaiInstant()Converts this instant to aTaiInstant.TaiInstant.withNano(int nanoOfSecond) Returns a copy of thisTaiInstantwith the nano-of-second value changed.TaiInstant.withTaiSeconds(long taiSeconds) Returns a copy of thisTaiInstantwith the number of seconds from the TAI epoch of 1958-01-01T00:00:00(TAI).Methods in org.threeten.extra.scale with parameters of type TaiInstantModifier and TypeMethodDescriptionintTaiInstant.compareTo(TaiInstant otherInstant) Compares this instant to another based on the time-line.UtcRules.convertToInstant(TaiInstant taiInstant) Converts aTaiInstantto anInstant.abstract UtcInstantUtcRules.convertToUtc(TaiInstant taiInstant) Converts aTaiInstantto aUtcInstant.TaiInstant.durationUntil(TaiInstant otherInstant) Returns the duration between this instant and the specified instant.booleanTaiInstant.isAfter(TaiInstant otherInstant) Checks if this instant is after the specified instant.booleanTaiInstant.isBefore(TaiInstant otherInstant) Checks if this instant is before the specified instant.static UtcInstantUtcInstant.of(TaiInstant instant) Obtains an instance ofUtcInstantfrom aTaiInstant.