るりまサーチ

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

別のキーワード

  1. date minute
  2. datetime minute
  3. minute date
  4. minute datetime

ライブラリ

クラス

キーワード

検索結果

DateTime#minute -> Integer (15102.0)

分を返します (0-59)。

分を返します (0-59)。

Time#strftime(format) -> String (13.0)

時刻を format 文字列に従って文字列に変換した結果を返します。

...%H%M") # => 0405 Local time, reduced accuracy, specific minute (basic)
p t.strftime("%H:%M") # => 04:05 Local time, reduced accuracy, specific minute (extended)
p t.strftime("%H") # => 04 Local time,...

DateTime#min -> Integer (2.0)

分を返します (0-59)。

分を返します (0-59)。