I have a simple application that displays a schedule using a gridview control. I'm using the week number to display the current week onto a form with a grid. I would like to use a timer that would change the gridview to the following week and then back to the current week every minute. I cannot figure out how to do this.
I'm showing the current week using
t3.Text = DatePart(DateInterval.WeekOfYear, myDate, FirstDayOfWeek.Monday, FirstWeekOfYear.System)
any help would be appreciated
Thanks
I'm showing the current week using
t3.Text = DatePart(DateInterval.WeekOfYear, myDate, FirstDayOfWeek.Monday, FirstWeekOfYear.System)
any help would be appreciated
Thanks