Class DatePolicy


  • class DatePolicy
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      DatePolicy​(java.util.TimeZone timeZone, boolean showFractionalSeconds)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      (package private) java.util.TimeZone getTimeZone()  
      (package private) boolean isShowFractionalSeconds()  
      • Methods inherited from class java.lang.Object

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

      • timeZone

        private final java.util.TimeZone timeZone
      • showFractionalSeconds

        private final boolean showFractionalSeconds
    • Constructor Detail

      • DatePolicy

        DatePolicy​(java.util.TimeZone timeZone,
                   boolean showFractionalSeconds)
    • Method Detail

      • getTimeZone

        java.util.TimeZone getTimeZone()
      • isShowFractionalSeconds

        boolean isShowFractionalSeconds()