PyIPropertyStorage.SetTimes

SetTimes(ctime, atime, mtime)

Sets the creation, last access, and modification time

Parameters

ctime : PyTime

Creation time, or None for no change

atime : PyTime

Last access time, or None for no change

mtime : PyTime

Modification time, or None for no change

Comments

Some property sets do not support these times.