Search code examples
c++datewinapitimec++-winrt

Where can I find a complete list of types of dates (and date APIs) in modern C++ & Win32?


I'm doing some date/time manipulation (shudders, thinking about Falsehoods programmers believe about time), and I want to know what basic APIs I have access to, working in modern C++/WinRT and Win32.

What types and APIs exist on the system APIs or in the standard library for date & time manipulation?

I know about a few things:

Plus I have some reference guides:

But I'd love to have a complete, authoritative list.


Solution

  • As suggested in the comments, there is no complete list online, but the list in the question is a fair start.