Skip to content

Instantly share code, notes, and snippets.

@theboreddev
Created July 24, 2020 11:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save theboreddev/834723937603cf566d3247b8a1ab0abf to your computer and use it in GitHub Desktop.
Save theboreddev/834723937603cf566d3247b8a1ab0abf to your computer and use it in GitHub Desktop.
day_of_week day_of_week
public enum DayOfTheWeek {
MONDAY,
TUESDAY,
WEDNESDAY,
THURSDAY,
FRIDAY,
SATURDAY,
SUNDAY
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment