Class TimeZoneUtility


  • public class TimeZoneUtility
    extends java.lang.Object
    Utility for getting a TimeZone from Plan FormatSettings.TIMEZONE value.
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.util.Optional<java.util.TimeZone> parseTimeZone​(java.lang.String value)  
      • Methods inherited from class java.lang.Object

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

      • parseTimeZone

        public static java.util.Optional<java.util.TimeZone> parseTimeZone​(java.lang.String value)