Uses of Class
javax.time.UTCRules
-
Packages that use UTCRules Package Description javax.time 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.time Modifier and Type Class Description (package private) classSystemUTCRulesSystem default UTC rules.Fields in javax.time declared as UTCRules Modifier and Type Field Description private UTCRulesUTCInstant. rulesThe leap second rules.Methods in javax.time that return UTCRules Modifier and Type Method Description UTCRulesUTCInstant. getRules()Gets the leap second rules defining when leap seconds occur.static UTCRulesUTCRules. system()Gets the system default leap second rules.Methods in javax.time with parameters of type UTCRules Modifier and Type Method Description static UTCInstantUTCInstant. of(Instant instant, UTCRules rules)Obtains an instance ofUTCInstantfrom a provider of instants using the specified leap second rules.static UTCInstantUTCInstant. of(TAIInstant taiInstant, UTCRules rules)Obtains an instance ofUTCInstantfrom a TAI instant using the specified leap second rules.static UTCInstantUTCInstant. ofModifiedJulianDays(long mjDay, long nanoOfDay, UTCRules rules)Obtains an instance ofUTCInstantfrom a Modified Julian Day with a nanosecond fraction of second using the specified leap second rules.Constructors in javax.time with parameters of type UTCRules Constructor Description UTCInstant(long myDay, long nanoOfDay, UTCRules rules)Constructs an instance.
-