Uses of Enum Class
org.miaixz.bus.core.center.date.format.FormatPeriod.Level
Packages that use FormatPeriod.Level
Package
Description
日期封装,日期的核心为DateTime类
提供线程安全的日期格式的格式化和解析实现
提供各种工具封装
xyz:做好一切必要准备,可以行动了
-
Uses of FormatPeriod.Level in org.miaixz.bus.core.center.date
Methods in org.miaixz.bus.core.center.date with parameters of type FormatPeriod.LevelModifier and TypeMethodDescriptionDateTime.between(Date date, Units unit, FormatPeriod.Level formatLevel) 计算相差时长Between.toString(Units unit, FormatPeriod.Level level) 格式化输出时间差Between.toString(FormatPeriod.Level level) 格式化输出时间差 -
Uses of FormatPeriod.Level in org.miaixz.bus.core.center.date.format
Methods in org.miaixz.bus.core.center.date.format that return FormatPeriod.LevelModifier and TypeMethodDescriptionFormatPeriod.getLevel()获得 格式化级别static FormatPeriod.LevelReturns the enum constant of this class with the specified name.static FormatPeriod.Level[]FormatPeriod.Level.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.miaixz.bus.core.center.date.format with parameters of type FormatPeriod.LevelModifier and TypeMethodDescriptionstatic FormatPeriodFormatPeriod.of(long betweenMs, FormatPeriod.Level level) 创建 FormatPeriodstatic FormatPeriodFormatPeriod.of(long betweenMs, FormatPeriod.Level level, int levelMaxCount) 创建 FormatPeriodFormatPeriod.setLevel(FormatPeriod.Level level) 设置格式化级别Method parameters in org.miaixz.bus.core.center.date.format with type arguments of type FormatPeriod.LevelModifier and TypeMethodDescriptionFormatPeriod.setFormatter(Function<FormatPeriod.Level, String> formatter) 设置级别格式化器Constructors in org.miaixz.bus.core.center.date.format with parameters of type FormatPeriod.LevelModifierConstructorDescriptionFormatPeriod(long betweenMs, FormatPeriod.Level level, int levelMaxCount) 构造 -
Uses of FormatPeriod.Level in org.miaixz.bus.core.xyz
Methods in org.miaixz.bus.core.xyz with parameters of type FormatPeriod.LevelModifier and TypeMethodDescriptionstatic StringDateKit.formatBetween(long betweenMs, FormatPeriod.Level level) 格式化日期间隔输出static StringDateKit.formatBetween(Date beginDate, Date endDate, FormatPeriod.Level level) 格式化日期间隔输出