るりまサーチ

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

別のキーワード

  1. rake ext
  2. irb/ext/save-history save_history
  3. pathname sub_ext
  4. irb/ext/tracer use_tracer
  5. irb/ext/tracer use_tracer=

ライブラリ

クラス

モジュール

検索結果

<< 1 2 > >>

Date#next_year(n = 1) -> Date (23249.0)

n 年後を返します。

...相当します。

//emlist[例][ruby]{
require 'date'
Date
.new(2001,2,3).next_year #=> #<Date: 2002-02-03 ...>
Date
.new(2008,2,29).next_year #=> #<Date: 2009-02-28 ...>
Date
.new(2008,2,29).next_year(4) #=> #<Date: 2012-02-29 ...>
//}

Date
#>> も参照してください。

@param n 年...

Date#next_day(n = 1) -> Date (23207.0)

n 日後を返します。

...n 日後を返します。

Date
#succ も参照してください。

@param n 日数...

Date#next_month(n = 1) -> Date (23207.0)

n ヶ月後を返します。

...n ヶ月後を返します。

Date
#>> も参照してください。

@param n 月数...

Date#next -> Date (23202.0)

翌日の日付オブジェクトを返します。

翌日の日付オブジェクトを返します。

RSS::RDF::Textinput#date (21102.0)

@todo

@todo

絞り込み条件を変える

Date#succ -> Date (20102.0)

翌日の日付オブジェクトを返します。

翌日の日付オブジェクトを返します。

OpenSSL::X509::CRL#next_update -> Time (12200.0)

CRL の次回更新日時を Time オブジェクトで返します。

CRL の次回更新日時を Time オブジェクトで返します。

OpenSSL::X509::CRL#next_update=(time) (12200.0)

CRL の次回更新日時を Time オブジェクトで設定します。

...CRL の次回更新日時を Time オブジェクトで設定します。

@param time 最終更新日時
@raise OpenSSL::X509::CRLError 設定に失敗した場合に発生します
@see OpenSSL::X509::CRL#next_update...

OpenSSL::X509::V_ERR_ERROR_IN_CRL_NEXT_UPDATE_FIELD -> Integer (12200.0)

CRL の nextUpdate フィールドの値が不正である ことを意味します。

...CRL の nextUpdate フィールドの値が不正である
ことを意味します。

OpenSSL::X509::Store#error や
OpenSSL::X509::StoreContext#error のエラーコードとして
使われます。...
<< 1 2 > >>