Home
last modified time | relevance | path

Searched refs:oldDate (Results 1 – 1 of 1) sorted by relevance

/trunk/main/scripting/source/pyprov/
H A Dpythonscript.py284 def hasChanged( oldDate, newDate ): argument
285 return newDate.Year > oldDate.Year or \
286 newDate.Month > oldDate.Month or \
287 newDate.Day > oldDate.Day or \
288 newDate.Hours > oldDate.Hours or \
289 newDate.Minutes > oldDate.Minutes or \
290 newDate.Seconds > oldDate.Seconds or \
291 newDate.HundredthSeconds > oldDate.HundredthSeconds