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()258 ElseIf (val(DateDiff("s", lastDate, currDate)) > MAX_WAIT_TIME) Then288 Dim currDate As Date variable291 currDate = Now()[all …]
Completed in 40 milliseconds