规则。时间戳
UTC 时间戳,精度为纳秒。
方法
日期
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
年份值。