るりまサーチ

最速Rubyリファレンスマニュアル検索!
10件ヒット [1-10件を表示] (0.291秒)
トップページ > クエリ:param[x] > 種類:関数[x] > クエリ:rb_time_timespec_new[x]

別のキーワード

  1. _builtin new
  2. _builtin inspect
  3. _builtin []
  4. _builtin to_s
  5. _builtin each

検索結果

VALUE rb_time_timespec_new(const struct timespec *ts, int offset) (38113.0)

引数 ts、offset を元に Time オブジェクトを作成して返します。

...引数 ts、offset を元に Time オブジェクトを作成して返します。

@param ts timespec 構造体のポインタ

@param offset 協定世界時との時差(秒)。
-86400 < offset < 86400 の場合は指定した時差に、INT_MAX
を指定した場合は...