Class NSDateComponentsFormatterZeroFormattingBehavior


  • public final class NSDateComponentsFormatterZeroFormattingBehavior
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static long Default
      Positional units: drop leading zeros, pad other zeros.
      static long DropAll  
      static long DropLeading
      Off: "0h 10m", On: "10m"
      static long DropMiddle
      Off: "1h 0m 10s", On: "1h 10s"
      static long DropTrailing
      Off: "1h 0m", On: "1h"
      static long None
      drop none, pad none
      static long Pad
      Off: "1:0:10", On: "01:00:10"
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait