Hi,
you can retrieve system time using DateTime class:
textBox1.Text =
Look here for date/time formatting options.
Andrej