Uses of Enum Class
net.thevpc.common.time.DatePart
-
Uses of DatePart in net.thevpc.common.time
Subclasses with type arguments of type DatePart in net.thevpc.common.timeMethods in net.thevpc.common.time that return DatePartModifier and TypeMethodDescriptionstatic DatePartReturns the enum constant of this class with the specified name.static DatePart[]DatePart.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.thevpc.common.time with parameters of type DatePartModifier and TypeMethodDescriptionTimeDuration.formatShort(DatePart precision) static TimeDurationFormatstatic TimeDurationFormatConstructors in net.thevpc.common.time with parameters of type DatePartModifierConstructorDescriptionDefaultTimeDurationFormat(DatePart precision) ShortTimeDurationFormat(DatePart precision)