mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-05-09 23:51:34 +08:00
fix comment
This commit is contained in:
parent
f0f46aba2e
commit
2d14b2708a
@ -111,6 +111,11 @@ public class PatternMatcher {
|
||||
* <li>如果此部分下个值小于给定值,回退到上一个值获取下一个新值,之后的值置为最小值</li>
|
||||
* </ul>
|
||||
*
|
||||
* <pre>
|
||||
* 秒 分 时 日 月 周 年
|
||||
* 下 <-----------------> 上
|
||||
* </pre>
|
||||
*
|
||||
* @param values 时间字段值,{second, minute, hour, dayOfMonth, month, dayOfWeek, year}
|
||||
* @param zone 时区
|
||||
* @return {@link Calendar},毫秒数为0
|
||||
|
Loading…
x
Reference in New Issue
Block a user