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

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)