How to make a Digital Clock in C# using Timer Control
Step 1: Click New Project, then select Visual C# on the left, then Windows and then select Windows Forms Application. Name your project "DigitalClock" and then click OK
![c# digital clock](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiFTqqYMiUDxDPi3F1B8kH1Gaj_aQLp7UrFbtfnt8R-0K31KHYZH1tL8TcKBpNfiw3PtinQ9-JFM4DexHFt2_LqBNEUMgY737d8rM987G_jtn_lK1_PGeHKXvUVXlguVaWAVLLAlWGLOM0/s1600/digital-clock-project.png)
![digital clock in c#](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhWRzaiQ8U8Zmm3lde97QG7qKHRUC3bsW7DOmeqpmXcBqNfddNXHW77pscD6EB1OgRyc9fMPvtarMSgi1N4Tx21VPuvpDDD2TrmMKIdm_AEUtEZM00qu3q5eLw45taOnf7xNFic6oXI9sg/s1600/digital-clock-csharp.png)
You need to add a timer control to your form