#include "Date.h"#include <cassert>#include <string>Functions | |
| bool | specialYear (int y) |
| unsigned int | year_days (int y) |
| unsigned int | my_month_days (unsigned int m, unsigned int y) |
| long | days (int ys, int ms, int ds, int ye, int me, int de) |
| double | minutes (int Ys, int Ms, int Ds, int hs, int ms, int Ye, int Me, int De, int he, int me) |
| bool | parseDateString (const char *str, long &year, long &month, long &day) |
| bool | parseDateTimeString (const char *str, long &year, long &month, long &day, long &hour, long &minute) |
|
||||||||||||||||||||||||||||
|
|
|
||||||||||||||||||||||||||||||||||||||||||||
|
|
|
||||||||||||
|
|
|
||||||||||||||||||||
|
|
|
||||||||||||||||||||||||||||
|
|
|
|
|
|
|
|
1.3.6