120件ヒット
[1-100件を表示]
(0.080秒)
別のキーワード
クラス
- CGI (12)
- Date (60)
-
OpenSSL
:: X509 :: CRL (24) -
RSS
:: RDF :: Textinput (24)
キーワード
- date= (12)
- header (12)
- next (12)
-
next
_ day (12) -
next
_ month (12) -
next
_ update (12) -
next
_ update= (12) -
next
_ year (12) - succ (12)
検索結果
先頭5件
-
Date
# next _ year(n = 1) -> Date (23250.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 (23208.0) -
n 日後を返します。
...n 日後を返します。
Date#succ も参照してください。
@param n 日数... -
Date
# next _ month(n = 1) -> Date (23208.0) -
n ヶ月後を返します。
...n ヶ月後を返します。
Date#>> も参照してください。
@param n 月数... -
Date
# next -> Date (23203.0) -
翌日の日付オブジェクトを返します。
翌日の日付オブジェクトを返します。 -
RSS
:: RDF :: Textinput # date (21103.0) -
@todo
@todo -
Date
# succ -> Date (20103.0) -
翌日の日付オブジェクトを返します。
翌日の日付オブジェクトを返します。 -
OpenSSL
:: X509 :: CRL # next _ update -> Time (12201.0) -
CRL の次回更新日時を Time オブジェクトで返します。
CRL の次回更新日時を Time オブジェクトで返します。 -
OpenSSL
:: X509 :: CRL # next _ update=(time) (12201.0) -
CRL の次回更新日時を Time オブジェクトで設定します。
...CRL の次回更新日時を Time オブジェクトで設定します。
@param time 最終更新日時
@raise OpenSSL::X509::CRLError 設定に失敗した場合に発生します
@see OpenSSL::X509::CRL#next_update... -
RSS
:: RDF :: Textinput # date= (9103.0) -
@todo
@todo