EnumSetLocalFileTime Enum

Description

The EnumSetLocalFileTime enumeration indicates how to set the date/time of the local file.

It is used with the following method.

Interface Method
SAWVSDK CheckInFiles
CheckInProject
CheckoutFiles
CheckoutProject
GetLatestFiles
GetLatestProject
GetLatestProjects
GetOldVersionFile
GetProjectByLabel
UndoCheckoutFiles
UndoCheckoutProject

Constants

Name Value Description
enumCurrentFileTime 0

Sets the local file time to current time of the system.

enumModificationFileTime

1

Sets the local file time to modification time of the file.

enumCheckinFileTime

2

Sets the local file time to checkin time of the file.

See Also