J
Joe Befumo
I have a program that processes a large number of records & would like to
display the remaining time, in days:hours:minutes.
I'm looking to do something like:
Dim tsTimeRemaining as System.Timespan
Dim tsElapsedTime as System.Timespan
dtTimeRemaining = intRemainingRecords * (tsElapsedTime /
intRecordsAlreadyProcessed)
Could someone help me out with the appropriate arithmetic
operators/casts/etc.
Thanks.
Joe
display the remaining time, in days:hours:minutes.
I'm looking to do something like:
Dim tsTimeRemaining as System.Timespan
Dim tsElapsedTime as System.Timespan
dtTimeRemaining = intRemainingRecords * (tsElapsedTime /
intRecordsAlreadyProcessed)
Could someone help me out with the appropriate arithmetic
operators/casts/etc.
Thanks.
Joe