Skip to content

Commit

Permalink
Mark availability of DateTime.Numeric
Browse files Browse the repository at this point in the history
  • Loading branch information
lizmat committed Mar 7, 2023
1 parent 1e8ea8a commit a327de2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions doc/Type/DateTime.rakudoc
Expand Up @@ -246,6 +246,8 @@ Available as of release 2023.02 of the Rakudo compiler.

multi method Numeric(DateTime:D: --> Instant:D)

Available as of the 2021.09 release of the Rakudo compiler.

Converts the invocant to L«C<Instant>|/type/Instant». The same value can
be obtained with the C<Instant> method. This allows C<DateTime> objects
to be used directly in arithmetic operations.
Expand Down

0 comments on commit a327de2

Please sign in to comment.