Class TZoneRules


  • public class TZoneRules
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.time.ZoneOffset zoneOffset  
    • Constructor Summary

      Constructors 
      Constructor Description
      TZoneRules​(java.time.ZoneOffset zoneOffset)  
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.time.ZoneOffset getOffset​(java.time.Instant instant)  
      static java.time.zone.ZoneRules of​(java.time.ZoneOffset offset)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • zoneOffset

        private final java.time.ZoneOffset zoneOffset
    • Constructor Detail

      • TZoneRules

        public TZoneRules​(java.time.ZoneOffset zoneOffset)
    • Method Detail

      • of

        public static java.time.zone.ZoneRules of​(java.time.ZoneOffset offset)
      • getOffset

        public java.time.ZoneOffset getOffset​(java.time.Instant instant)