I have two DateTime variables: DateTime begin, DateTime end
, now I want to "walk trough" the period between these dates and determine date by date if that specific date is a monday, tuesday, etc... (Giving the days a number from 1 to 7).
I can't seen to figure out how to walk through the period date by date...
Thanks in advance.