るりまサーチ

最速Rubyリファレンスマニュアル検索!
2384件ヒット [1-100件を表示] (0.127秒)

別のキーワード

  1. bigdecimal/util to_d
  2. float to_d
  3. rsa d
  4. rsa d=
  5. matrix d

キーワード

検索結果

<< 1 2 3 ... > >>

Date#to_date -> Date (32419.0)

対応する Date オブジェクトを返します。

...対応する Date オブジェクトを返します。...

Date#to_datetime -> DateTime (32401.0)

対応する DateTime オブジェクトを返します。

...対応する DateTime オブジェクトを返します。...

Date#httpdate -> String (32201.0)

2616 (1123) で定められた書式の文字列を返します。

2616 (1123) で定められた書式の文字列を返します。

Date#next_day(n = 1) -> Date (26308.0)

n 日後を返します。

...n 日後を返します。

Date
#succ も参照してください。

@param n 日数...

Date#prev_day(n = 1) -> Date (26302.0)

n 日前を返します。

n 日前を返します。

@param n 日数

絞り込み条件を変える

Date#cwday -> Integer (26101.0)

暦週の日 (曜日) を返します (1-7、月曜は1)。

暦週の日 (曜日) を返します (1-7、月曜は1)。

Date#day -> Integer (26101.0)

月の日を返します (1-31)。

月の日を返します (1-31)。

Date#friday? -> bool (26101.0)

金曜日なら真を返します。

金曜日なら真を返します。

Date#mday -> Integer (26101.0)

月の日を返します (1-31)。

月の日を返します (1-31)。
<< 1 2 3 ... > >>