I need to display current time with seconds on my form. My clock must display seconds and im afraid about performance.
You should just use a System.Windows.Forms.Timer and display DateTime.Now in each tick.
System.Windows.Forms.Timer
DateTime.Now