package view.calendar;

/**
 * This class represents the selection of a view type for the
 * calendar view. There are numerous options for viewing
 * the calendar of a schedule and this class represents the
 * values of the selection of these options.
 * 
 * @author Deniz Tumer
 * @version 2/25/15
 */
public enum CalendarSelect {
	DAY, WEEK
}