Class TimeZoneUtil


  • public class TimeZoneUtil
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      TimeZoneUtil()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.util.Calendar convertToTimeZone​(java.util.Calendar time, java.util.TimeZone timeZone)  
      • Methods inherited from class java.lang.Object

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

      • TimeZoneUtil

        public TimeZoneUtil()
    • Method Detail

      • convertToTimeZone

        public static java.util.Calendar convertToTimeZone​(java.util.Calendar time,
                                                           java.util.TimeZone timeZone)