接口:时间戳

方法

日期

date() 返回规则.时间戳

仅包含年、月和日的时间戳值。

退货

non-null rules.Timestamp时间戳 时间戳。

day() 返回规则.Integer

获取时间戳的日期值。

退货

non-null rules.Integer日值。

星期几

dayOfWeek() 返回规则.Integer

获取一周中的某一天,其值为 1 到 7 之间的值。

退货

non-null rules.Integer整数一周中的某一天。

一年中的某一天

dayOfYear() 返回规则.Integer

获取一年中的第几天,其值为 1 到 366 之间的值。

退货

non-null rules.Integer一年中的日期。

小时

hours() 返回规则.Integer

获取时间戳的小时值。

退货

non-null rules.Integer数小时值。

分钟

分钟()返回规则。整数

获取时间戳的分钟值。

退货

non-null rules.Integer分钟值。

Month() 返回规则.Integer

获取时间戳的月份值。

退货

non-null rules.Integer月份值。

纳米

nanos() 返回规则.Integer

获取时间戳的纳秒值。

退货

non-null rules.Integer整数纳秒值。

Seconds() 返回规则.Integer

获取时间戳的秒值。

退货

non-null rules.Integer秒值。

时间

time() 返回规则.持续时间

从时间戳的时间部分获取持续时间值。

退货

non-null rules.Duration持续时间值。

托米利斯

toMillis() 返回规则.Integer

获取自纪元以来的时间(以毫秒为单位)。

退货

non-null rules.Integer以毫秒为单位的整数时间。

year() 返回规则.Integer

获取时间戳的年份值。

退货

non-null rules.Integer年份值。