SetTimes(ctime, atime, mtime)
Sets the creation, last access, and modification time
Parameters
ctime : PyDateTime
Creation time, or None for no changeatime : PyDateTime
Last access time, or None for no changemtime : PyDateTime
Modification time, or None for no changeComments
Some property sets do not support these times.