in the Action Team Foundation Get, i need to be able to get files by date AND time.
Time is currently missing
Hi Nick
This build should have the option :
https://www.finalbuilder.com/downloads/finalbuilder/620/FB620_1407.exe
i can now sync by date…but is there a way that i can use a variable for the date/time?
Hi Nick,
You’ll need to add the following VBScript to the BeforeAction script event of the Team Foundation Get action:
Action.PropertyStore.Date = cDate(Date_Variable)
Action.PropertyStore.Time = cDate(Time_Variable)
Regards,
Paul.
nevermind