Daniel Hanson

Results 4 comments of Daniel Hanson

We are using ExcelDna for a quant finance course I teach related to .NET programming and Excel integration. I went through the link that Rand-Random posted above and elaborated on...

Thanks -- I was aware of most of that, except for the `day()` member function on `year_month_day_last`. What I was hoping to find out is if you intend to implement...

Thanks very much to both of you for the follow-up. That makes it reasonably clear now.

One difference I noticed recently is the `` operator is defined in the C++20 `std::chrono::year_month_day` class, but not for `date::year_month_day`. Not sure if this is by design, but it's something...