Searched refs:currDate (Results 1 – 1 of 1) sorted by relevance
235 Dim currDate As Date variable242 currDate = Now()243 If (val(DateDiff("s", lastDate, currDate)) > MAX_WAIT_TIME) Then250 currDate = statFile.DateLastModified251 If (currDate > lastDate) Then252 lastDate = currDate255 currDate = Now()256 … If (lastDate >= currDate) Then ' There might be some inaccuracies in file and system dates258 ElseIf (val(DateDiff("s", lastDate, currDate)) > MAX_WAIT_TIME) Then288 Dim currDate As Date variable[all …]