![]() |
Home | Libraries | People | FAQ | More |
Constructs a date from a time_point
.
explicit constexpr
date(
date::time_point
tp);
The time point is interpreted as a local time. No time zone conversion is performed.
Strong guarantee. Throws on invalid input.