Enum type representing a day of week. The ordering is compatible with the native Date.prototype.getDay(), which uses 0 for Sunday.
Date.prototype.getDay()
Enum type representing a day of week. The ordering is compatible with the native
Date.prototype.getDay(), which uses 0 for Sunday.