Package apple.foundation.enums
Class NSDateComponentsFormatterZeroFormattingBehavior
- java.lang.Object
-
- apple.foundation.enums.NSDateComponentsFormatterZeroFormattingBehavior
-
public final class NSDateComponentsFormatterZeroFormattingBehavior extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static longDefaultPositional units: drop leading zeros, pad other zeros.static longDropAllstatic longDropLeadingOff: "0h 10m", On: "10m"static longDropMiddleOff: "1h 0m 10s", On: "1h 10s"static longDropTrailingOff: "1h 0m", On: "1h"static longNonedrop none, pad nonestatic longPadOff: "1:0:10", On: "01:00:10"
-
-
-
Field Detail
-
None
public static final long None
drop none, pad none- See Also:
- Constant Field Values
-
Default
public static final long Default
Positional units: drop leading zeros, pad other zeros. All others: drop all zeros.- See Also:
- Constant Field Values
-
DropLeading
public static final long DropLeading
Off: "0h 10m", On: "10m"- See Also:
- Constant Field Values
-
DropMiddle
public static final long DropMiddle
Off: "1h 0m 10s", On: "1h 10s"- See Also:
- Constant Field Values
-
DropTrailing
public static final long DropTrailing
Off: "1h 0m", On: "1h"- See Also:
- Constant Field Values
-
DropAll
public static final long DropAll
- See Also:
- Constant Field Values
-
Pad
public static final long Pad
Off: "1:0:10", On: "01:00:10"- See Also:
- Constant Field Values
-
-