/*
 * Author : Goncalo Luiz
 * Creation Date: Jul 4, 2006,3:12:27 PM
 */
package net.sourceforge.fenixedu.presentationTier.Action.messaging;

/**
 * @author <a href="mailto:goncalo@ist.utl.pt">Goncalo Luiz</a><br>
 *         <br>
 *         Created on Jul 4, 2006,3:12:27 PM
 * 
 */
public enum RecentBoardsTimeSpanSelection {
    TS_TODAY,
    TS_ALL_ACTIVE,
    TS_YESTERDAY,
    TS_LAST_WEEK,
    TS_TWO_WEEKS,
    TS_ONE_MONTH,
    TS_TWO_MONTHS;
}
