Project Alice
Loading...
Searching...
No Matches
date_interface.cpp File Reference
#include "date_interface.hpp"
Include dependency graph for date_interface.cpp:
This graph shows which files directly or indirectly include this file:

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)