public enum TimeOfDay { Morning = 0, Noon = 1, Evening = 2, Night = 3 }