Quantcast
Channel: CodeGuru Forums - Visual C++ Programming
Viewing all articles
Browse latest Browse all 3044

HHmmss.fff - HHmmss.fff - how to achive time difference (duration)

$
0
0
How to achieve time difference

int32 TimeDiff()
{
textBox1->Text="100501.820";
textBox2->Text="100502.831";

return // how to get time difference in milisecond?

}

Viewing all articles
Browse latest Browse all 3044

Trending Articles