Home
last modified time | relevance | path

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

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