Project Alice
|
#include "date_interface.hpp"
Go to the source code of this file.
Namespaces | |
namespace | sys |
Functions | |
constexpr int | sys::days_from_civil (int y, unsigned m, unsigned d) noexcept |
constexpr year_month_day | sys::civil_from_days (int64_t z) noexcept |
bool | sys::is_playable_date (date d, absolute_time_point start, absolute_time_point end) |
int32_t | sys::days_difference (year_month_day start, year_month_day end) |
bool | sys::is_leap_year (int32_t year) |