| Constructor and Description |
|---|
LocalTimeUtil() |
| Modifier and Type | Method and Description |
|---|---|
static LocalTime |
max(boolean truncateMillisecond)
获取最大时间,提供参数是否将毫秒归零
如果
truncateMillisecond为false,返回时间最大值,为:23:59:59,999
如果truncateMillisecond为true,返回时间最大值,为:23:59:59,000
|
public static final LocalTime MAX_HMS
Copyright © 2025. All rights reserved.