#pragma once class Calendar { public: Calendar(); static unsigned int GetDayOfMonth(); static unsigned int GetMonth(); };