类 ToTimeKit
java.lang.Object
com.iohao.game.common.kit.time.ToTimeKit
日期与时间 - 转换工具
- 从以下版本开始:
- 21.16
- 作者:
- 渔民小镇
- 日期:
- 2024-08-27
-
构造器概要
-
方法概要
修饰符和类型方法说明toInstant
(LocalDateTime localDateTime) Converts this localDateTime to an InstanttoLocalDateTime
(long timeMillis) 将 Millis 转为 LocalDateTimelong
toMillis
(LocalDateTime localDateTime) 将 LocalDateTime 转为 Millisint
toSeconds
(LocalDateTime localDateTime) 将 LocalDateTime 转为 Second
-
构造器详细资料
-
ToTimeKit
public ToTimeKit()
-
-
方法详细资料
-
toMillis
将 LocalDateTime 转为 Millis- 参数:
localDateTime
- LocalDateTime- 返回:
- Millis
-
toSeconds
将 LocalDateTime 转为 Second- 参数:
localDateTime
- localDateTime- 返回:
- Second
-
toLocalDateTime
将 Millis 转为 LocalDateTime- 参数:
timeMillis
- Millis- 返回:
- LocalDateTime
-
toInstant
Converts this localDateTime to an Instant- 参数:
localDateTime
- localDateTime- 返回:
- Instant
-