std::chrono::leap_second::date
From cppreference.com
< cpp | chrono | leap second
C++
Date and time library
|
|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
std::chrono::leap_second
| Member functions | ||||
leap_second::date | ||||
| Nonmember functions | ||||
| Helper classes | ||||
| constexpr std::chrono::sys_seconds date() const noexcept; |
|
Obtains the date and time of the leap second insertion.
[edit] Return value
A std::chrono::sys_seconds representing the date and time at which the leap second was inserted.