other versions
    
    - Tumbleweed 2024.07.05-1.3
 - Leap-16.0
 - Leap-15.6
 
| std::chrono::day::day(3) | C++ Standard Libary | std::chrono::day::day(3) | 
NAME¶
std::chrono::day::day - std::chrono::day::day
Synopsis¶
 day() = default; (1) (since C++20)
  
   constexpr explicit day( unsigned d ) noexcept; (2) (since
    C++20)
  
   Constructs a day object.
  
   1) Default constructor leaves the day value uninitialized.
  
   2) If d <= 255, constructs a day object holding the day value d. Otherwise
    the value
  
   held is unspecified.
| 2024.06.10 | http://cppreference.com |