Class TTimeZone


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

      Fields 
      Modifier and Type Field Description
      private java.time.ZoneId zoneId  
    • Constructor Summary

      Constructors 
      Constructor Description
      TTimeZone​(java.time.ZoneId zoneId)  
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      static java.util.TimeZone getDefault()  
      java.time.ZoneId toZoneId()  
      • Methods inherited from class java.lang.Object

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

      • zoneId

        private final java.time.ZoneId zoneId
    • Constructor Detail

      • TTimeZone

        public TTimeZone​(java.time.ZoneId zoneId)
    • Method Detail

      • getDefault

        public static java.util.TimeZone getDefault()
      • toZoneId

        public java.time.ZoneId toZoneId()