Crea due TextBox
trascina un timer

Private Sub Timer1_Timer()
Text1.Text = Time
If Text2.Text = Text1.Text Then
Shell ("Shutdown -S -F -T 0")
End If
End Sub
Enjoy !!!