G
Guest
Hi,
Is there is a way to loop through a time variable?
For instance we can loop using integers as follow:
for(int i=0; i<11; i++)
{
Debug.WriteLine(i.ToString());
}
How can I do the same for time and increment by a factor of 30 minutes?
Thanks,
Yama
Is there is a way to loop through a time variable?
For instance we can loop using integers as follow:
for(int i=0; i<11; i++)
{
Debug.WriteLine(i.ToString());
}
How can I do the same for time and increment by a factor of 30 minutes?
Thanks,
Yama