jeudi 10 octobre 2019

How do I set a specific time using the std::chrono library?

Instead of using std::chrono::system_clock::now();

I would like to set my own specific hours\minutes\seconds. Similar to how one would go about using struct tm to manually construct a date-time.

What is the best way of doing this?

Aucun commentaire:

Enregistrer un commentaire