Project Alice
|
#include <cstdint>
Go to the source code of this file.
Classes | |
struct | sys::year_month_day |
class | sys::absolute_time_point |
class | sys::date |
Namespaces | |
namespace | sys |
Functions | |
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) |