Uses of Class
javax.time.UTCRules
Packages that use UTCRules
Package
Description
Provides classes to manage the continuous time scale including a wrapper
for the system clock.
-
Uses of UTCRules in javax.time
Subclasses of UTCRules in javax.timeModifier and TypeClassDescription(package private) final class
System default UTC rules.Fields in javax.time declared as UTCRulesMethods in javax.time that return UTCRulesModifier and TypeMethodDescriptionUTCInstant.getRules()
Gets the leap second rules defining when leap seconds occur.static UTCRules
UTCRules.system()
Gets the system default leap second rules.Methods in javax.time with parameters of type UTCRulesModifier and TypeMethodDescriptionstatic UTCInstant
Obtains an instance ofUTCInstant
from a provider of instants using the specified leap second rules.static UTCInstant
UTCInstant.of
(TAIInstant taiInstant, UTCRules rules) Obtains an instance ofUTCInstant
from a TAI instant using the specified leap second rules.static UTCInstant
UTCInstant.ofModifiedJulianDays
(long mjDay, long nanoOfDay, UTCRules rules) Obtains an instance ofUTCInstant
from a Modified Julian Day with a nanosecond fraction of second using the specified leap second rules.Constructors in javax.time with parameters of type UTCRulesModifierConstructorDescriptionprivate
UTCInstant
(long myDay, long nanoOfDay, UTCRules rules) Constructs an instance.