The name of the enumeration constant is used to assign the value and not the actual value itself. If you assign the value 0 to today the output value will be 0.
And yes, both MON and TUE will have the value 0 and the remaining will assigned the value as WED=1 THU=2 and so on.