csharp countdown timer menutes

Code Example - csharp countdown timer menutes

                
                        TimeSpan time = TimeSpan.FromSeconds(i);
textBox1.Text = time.ToString(@"hh\:mm\:ss");