1#pragma once 2 3class Calendar 4{ 5public: 6 Calendar(); 7 8 static unsigned int GetDayOfMonth(); 9 static unsigned int GetMonth(); 10};