At the moment I'm trying to create a class consisting of only 5 days of the week. Monday through to Friday. No dates, no months, no times, just Monday through to Friday. I want to be able to store objects and values for each day of the week (eg. so monday will have its own objects, tuesday will have its own objects and so on, so forth). I also want to be able to increment through the days of the week.
I've read through all the documentation regarding the date and calendar classes, but none of them have helped. Please help me!