|
@ -1,7 +1,7 @@ |
|
|
#include "UserInterface.hpp"
|
|
|
#include "UserInterface.hpp"
|
|
|
|
|
|
|
|
|
const int UserInterface::INTERVAL = 0; |
|
|
|
|
|
const int UserInterface::MINI_INTERVAL = 0; |
|
|
|
|
|
|
|
|
const int UserInterface::INTERVAL = 100; |
|
|
|
|
|
const int UserInterface::MINI_INTERVAL = 50; |
|
|
const int UserInterface::MAX_DAY = 28; |
|
|
const int UserInterface::MAX_DAY = 28; |
|
|
const int UserInterface::MAX_MONTH = 12; |
|
|
const int UserInterface::MAX_MONTH = 12; |
|
|
const int UserInterface::MAX_YEAR = 100; |
|
|
const int UserInterface::MAX_YEAR = 100; |
|
|