Enum_SetLocalFileTime Enum
Description
Indicates how to set the date/time of the local file.
It is used with the following methods.
Constants
Name | Value | Description |
Enum_SetLocalFileTimeCurrent | 0 |
Sets the local file time to current time of the system. |
Enum_SetLocalFileTimeModification |
1 |
Sets the local file time to modification time of the file. |
Enum_SetLocalFileTimeCheckIn |
2 |
Sets the local file time to check-in time of the file. |