I am wondering how I would loop through a datetime or any type of variable to go from 12:00AM to 11:59PM every 30 Mins?
So I need a variable that shows times in 12HR format (01:00PM, 09:00AM) and everytime I loop through it, to add 30 mins to the time? I then need to use this value in a string.
The time needs to start at 10:00AM
And there is always LINQ
… LINQ + FUNC (for parameterized start)
… or if you just want the TimeSpan offsets …