On Wednesday, 13 November 2019 at 17:23:42 UTC, Mil58 wrote:
In the following example, i would to add the "diff" value (in days) to a certain date (or the today's date "auj") >>
just use the plus operator auto newTime = Clock.currTime() + 5.days
Adam D. Ruppe via Digitalmars-d-learn Wed, 13 Nov 2019 09:30:40 -0800
On Wednesday, 13 November 2019 at 17:23:42 UTC, Mil58 wrote:
In the following example, i would to add the "diff" value (in days) to a certain date (or the today's date "auj") >>
just use the plus operator auto newTime = Clock.currTime() + 5.days