@Erel: I would like to convert the server file date to ticks or datetime.ticksperhour, but the conversion does not include the time. It converts to the ticks as of 0 hr am (midnight) of the file date:
The quesion is: How do you get the ticks equivalent of a file on the server with a date of say: 10/7/2012 and time of 7:30 AM
I am trying to use the below but I know I need the time in there too:
dim ServerBaseDateTime as long
ServerBaseDateTime = DateTime.DateParse(DateTime.Date(Files(i).Timestamp))/DateTime.TicksPerHour