MCPcopy Create free account
hub / github.com/JosephP91/curlcpp / weekdays

Enum weekdays

include/cookie_date.h:40–40  ·  view source on GitHub ↗

Enumeration to better define week days.

Source from the content-addressed store, hash-verified

38 enum months { JANUARY = 1, FEBRUARY, MARCH, APRIL, MAY, JUNE, JULY, AUGUST, SEPTEMBER, OCTOBER, NOVEMBER, DECEMBER};
39 // Enumeration to better define week days.
40 enum weekdays {MONDAY = 1, TUESDAY, WEDNESDAY, THURSDAY, FRIDAY, SATURDAY, SUNDAY};
41
42 // Leave this alone :)
43 namespace details {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected