PyIPropertyStorage.SetTimes

SetTimes(ctime, atime, mtime)

Sets the creation, last access, and modification time

Parameters

ctime : PyDateTime

Creation time, or None for no change

atime : PyDateTime

Last access time, or None for no change

mtime : PyDateTime

Modification time, or None for no change

Comments

Some property sets do not support these times.