R
Robert Brown
Hi all.
I have written a program that transfers data via FTP. I can calculate
the rough amount of time left. I get a value such as 70.83 seconds
left for instance.
What I want to do is to change this to hh:mm:ss format. Obviously,
VB.NET doesn't seem to want to convert this unless it is already a
DATETIME cast.
Has anyone done this before, or could give me some pointers to
accomplish the conversion.
Thanks,
Robert
I have written a program that transfers data via FTP. I can calculate
the rough amount of time left. I get a value such as 70.83 seconds
left for instance.
What I want to do is to change this to hh:mm:ss format. Obviously,
VB.NET doesn't seem to want to convert this unless it is already a
DATETIME cast.
Has anyone done this before, or could give me some pointers to
accomplish the conversion.
Thanks,
Robert