Ruby 2.0.0 リファレンスマニュアル > ライブラリ一覧 > 組み込みライブラリ > Timeクラス > day

instance method Time#day

mday -> Integer[permalink][rdoc]
day -> Integer

日を整数で返します。

p Time.local(2000, 1, 1).day #=> 1