I would like to force the date of the check-in in TFS. Is there any way?
I got the following code, but could not find any way to pass a check-in date:
Dim tfsChangeSet = tfsVersionControl.Workspace.CheckIn(tfsPendingChanges,
user,
tfsComment,
tfsNote,
Nothing,
Nothing)