Home
last modified time | relevance | path

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

/AOO41X/main/scripting/source/pyprov/
H A Dpythonscript.py277 def hasChanged( oldDate, newDate ): argument
278 return newDate.Year > oldDate.Year or \
279 newDate.Month > oldDate.Month or \
280 newDate.Day > oldDate.Day or \
281 newDate.Hours > oldDate.Hours or \
282 newDate.Minutes > oldDate.Minutes or \
283 newDate.Seconds > oldDate.Seconds or \
284 newDate.HundredthSeconds > oldDate.HundredthSeconds