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


You need to add a timer control to your form