package admin; /** * An AMorPM shows whether a time is in the AM or PM. * * @author aakoeppe * */ public enum AMorPM { AM, PM; }