N
Nikeman
good day,
I simply would like to know as to how I can parse seconds to convert them
into equivalent DateTime representation. To be more persice,
I have a DirectShow app written in VB.NET, with a timer in it. Timer ticks
every 1000 milliseconds and then I get the current position of the video
in seconds (the return type here is integer). However seconds in this case
can be greater than 60 in fact all the way up to the maximum amount of
digits Integer type would allow. So what I would like to do is to get
current position, parse it and output it in Hours : Minutes : Seconds
format.
any help would be greatly appreciated.
I simply would like to know as to how I can parse seconds to convert them
into equivalent DateTime representation. To be more persice,
I have a DirectShow app written in VB.NET, with a timer in it. Timer ticks
every 1000 milliseconds and then I get the current position of the video
in seconds (the return type here is integer). However seconds in this case
can be greater than 60 in fact all the way up to the maximum amount of
digits Integer type would allow. So what I would like to do is to get
current position, parse it and output it in Hours : Minutes : Seconds
format.
any help would be greatly appreciated.