What's with all that code?

vb.net Code:
  1. Private Sub Timer1_Tick(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Timer1.Tick
  2. Label1.Text = DateTime.Now.ToString("ddd")
  3. End Sub