(**** * * Module View defines the objects and operations related to the different * calendar views available to the user. The views are daily, weekly, monthly, * and yearly. * *) module View; export View; object View components: ; description: (* Object View is the generic type of all four calendar views. *); end View; end View;