るりまサーチ

最速Rubyリファレンスマニュアル検索!
740件ヒット [1-100件を表示] (0.139秒)
トップページ > クエリ:i[x] > クエリ:NS[x] > クエリ:time[x]

別のキーワード

  1. _builtin to_i
  2. fiddle to_i
  3. matrix elements_to_i
  4. csv to_i
  5. _builtin i

ライブラリ

モジュール

検索結果

<< 1 2 3 ... > >>

OpenSSL::SSL::Session#time -> Time (27408.0)

セッションが確立された時刻を返します。

...セッションが確立された時刻を返します。

@see OpenSSL::SSL::Session#time=,
OpenSSL::SSL::Session#timeout...

OpenSSL::X509::Revoked#time -> Time (27402.0)

失効した日時を返します。

失効した日時を返します。

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

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

...元に Time オブジェクトを作成して返します。

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

@param offset 協定世界時との時差(秒)。
-86400 < offset < 86400 の場合は指定した時差に、INT_MAX
を指定した場合は地方時、INT_MAX-1...
...を指定した場合は UTC に
なります。

@raise ArgumentError offset に上述の範囲以外の値を指定した場合に発生し
ます。...

Time#inspect -> String (21312.0)

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

...返します。

Time
#to_s とは異なりナノ秒まで含めて返します。

//emlist[][ruby]{
t = Time.now
t.inspect #=> "2012-11-10 18:16:12.261257655 +0100"
t.strftime "%Y-%m-%d %H:%M:%S.%N %z" #=> "2012-11-10 18:16:12.261257655 +0100"

t.utc.inspect...
...#=> "2012-11-10 17:16:12.261257655 UTC"
t.strftime "%Y-%m-%d %H:%M:%S.%N UTC" #=> "2012-11-10 17:16:12.261257655 UTC"
//}

戻り値の文字エンコーディングは Encoding::US_ASCII です。...

Socket::Constants::SCM_TIMESTAMPNS -> Integer (21300.0)

Timestamp (timespec).

...Timestamp (timespec).

Socket::AncillaryData の type として利用します。

@see Socket::AncillaryData, Socket::AncillaryData#timestamp
BasicSocket#sendmsg, BasicSocket#recvmsg...

絞り込み条件を変える

Socket::Constants::SO_TIMESTAMPNS -> Integer (21300.0)

@todo Receive nanosecond timestamp with datagrams (timespec)。

...@todo
Receive nanosecond timestamp with datagrams (timespec)。

@see Socket::Constants::SO_TIMESTAMP,
Socket::AncillaryData#timestamp...

OpenSSL::PKCS7::SignerInfo#signed_time -> Time (18302.0)

その署名者が署名した時刻を返します。

その署名者が署名した時刻を返します。

Socket::SCM_TIMESTAMPNS -> Integer (18300.0)

Timestamp (timespec).

...Timestamp (timespec).

Socket::AncillaryData の type として利用します。

@see Socket::AncillaryData, Socket::AncillaryData#timestamp
BasicSocket#sendmsg, BasicSocket#recvmsg...

Socket::SO_TIMESTAMPNS -> Integer (18300.0)

@todo Receive nanosecond timestamp with datagrams (timespec)。

...@todo
Receive nanosecond timestamp with datagrams (timespec)。

@see Socket::Constants::SO_TIMESTAMP,
Socket::AncillaryData#timestamp...

Time#nsec -> Integer (18212.0)

時刻のナノ秒の部分を整数で返します。

...す。

//emlist[][ruby]{
t = Time.local(2000,1,2,3,4,5,6)
p "%10.9f" % t.to_f # => "946749845.000005960"
p t.nsec # => 6000
//}

I
EEE 754 浮動小数点数で表現できる精度が違うため、Time#to_fの最小
の桁とnsecの最小の桁は異なります。nsecで表され...

絞り込み条件を変える

<< 1 2 3 ... > >>