インターフェース: タイムスタンプ

メソッド

日付

date() はrules.Timestampを返します。

年、月、日のみを含むタイムスタンプ値。

戻り値

non-null rules.Timestampタイムスタンプ。

day() はrules.Integerを返します。

タイムスタンプの日の値を取得します。

戻り値

non-null rules.Integer日の値。

曜日

dayOfWeek() はrules.Integerを返します。

曜日を 1 ~ 7 の値として取得します。

戻り値

non-null rules.Integer整数の曜日。

年の日

dayOf Year() はrules.Integerを返します。

年間通算日を 1 ~ 366 の値として取得します。

戻り値

non-null rules.Integer年間の日付を示す整数。

時間

hours() はrules.Integerを返します。

タイムスタンプの時間値を取得します。

戻り値

non-null rules.Integer時間値。

minutes() はrules.Integerを返します。

タイムスタンプの分の値を取得します。

戻り値

non-null rules.Integer分の値。

month() はrules.Integerを返します

タイムスタンプの月の値を取得します。

戻り値

non-null rules.Integer月の値。

ナノ

nanos() はrules.Integerを返します

タイムスタンプのナノ値を取得します。

戻り値

non-null rules.Integerナノ値。

Seconds() はrules.Integerを返します。

タイムスタンプの秒値を取得します。

戻り値

non-null rules.Integer秒値。

時間

time() はrules.Durationを返します。

タイムスタンプの時間部分から期間値を取得します。

戻り値

non-null rules.Duration期間の値。

ミリスへ

toMillis() はrules.Integerを返します

エポックからの時間をミリ秒単位で取得します。

戻り値

non-null rules.Integerミリ秒単位の整数時間。

year() はrules.Integerを返します。

タイムスタンプの年の値を取得します。

戻り値

non-null rules.Integer年の値。