Skip to content

Commit

Permalink
Update to_date and to_datetime
Browse files Browse the repository at this point in the history
  • Loading branch information
foomin10 committed Feb 11, 2024
1 parent 896cddc commit 70de73d
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
4 changes: 2 additions & 2 deletions refm/api/src/date/Date
Original file line number Diff line number Diff line change
Expand Up @@ -774,7 +774,7 @@ GNU 版にあるような幅指定などもできます。
木曜日なら真を返します。

--- to_date -> Date
対応する [[c:Date]] オブジェクトを返します
self を返します

--- to_datetime -> DateTime
対応する [[c:DateTime]] オブジェクトを返します。
Expand Down Expand Up @@ -823,4 +823,4 @@ XML Scheme (date) による書式の文字列を返します。
対応する [[c:DateTime]] オブジェクトを返します。

--- to_time -> Time
対応する [[c:Time]] オブジェクトを返します
self を返します
9 changes: 9 additions & 0 deletions refm/api/src/date/DateTime
Original file line number Diff line number Diff line change
Expand Up @@ -309,3 +309,12 @@ self を複製して、その時差を設定しなおします。
--- second_fraction -> Rational
#@end
秒の小数点以下の部分を表す分数を返します。

--- to_date -> Date
対応する [[c:Date]] オブジェクトを返します。

--- to_datetime -> DateTime
self を返します。

--- to_time -> Time
対応する [[c:Time]] オブジェクトを返します。

0 comments on commit 70de73d

Please sign in to comment.