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

Enum months

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

Enumeration to better define months.

Source from the content-addressed store, hash-verified

36namespace curl {
37 // Enumeration to better define months.
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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected