OK, I am making a game, pretty much you need to guess the time..sounds easy, and boring, but I am making it fun.

Pretty much if the exact time is 3:34:55 PM I want you to be able to guess 3:34:53 PM - 3:34:55 or 3:34:55 - 3:34:57 PM

Understand, this is what I have so far:


If TextBox1.Text = TimeOfDay Then
MsgBox("Correct!", 0 + 0, "You Win!")
End If