Syntax for "Time" in Alerts

 
I am trying to set an Alert to notify me at a particular time. What is the proper syntax for the Time value? For example, if I want to set an alert for 2:00p.m. should I enter 16:00? When I do so, the time comes and goes with no alert. Can anyone set me straight?
 

you should use this function :

var1=StrToTime("17:35");      // returns the current date with the given time

use the if statement, and if the TimeHour(TimeCurrent()) then Alert()...

cheers..

Reason: