G
Guest
Hi;
What is the correct format for the method DateTime.Compare ?
I can't get this to work -
Dim currDteTime as DateTime = #08/15/2006 02:45:00 PM#
If DateTime.Compare(DateTime.Now, currDteTime) = 0 then
myNextSub()
End If
What am I doing wrong ?
Thanks,
What is the correct format for the method DateTime.Compare ?
I can't get this to work -
Dim currDteTime as DateTime = #08/15/2006 02:45:00 PM#
If DateTime.Compare(DateTime.Now, currDteTime) = 0 then
myNextSub()
End If
What am I doing wrong ?
Thanks,