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

instance method Time#tv_usec

usec -> Integer[permalink][rdoc]
tv_usec -> Integer

時刻のマイクロ秒の部分を整数で返します。

例:

t = Time.now        #=> 2017-09-18 07:45:05 +0900
"%10.6f" % t.to_f   #=> "1505688305.417368"
t.usec              #=> 417368