I'm adding time span with interval size(suppose one minute) in a loop and whenever it gets 23:59 and at this point I'm trying to add one minute, it giving me result 1.00:00:00:00 something like this. How can i get continuous adding intervals when it comes 23:59:00 like
00:00:00
00:01:00
00:02:00
Thanks.