Can someone suggest me how I can convert a variable that contain time in millisec to an exact date? The code is below:
long long SenderTimestamp=System::currentTimeMillis();
obviously the time in millisec is in the variable SenderTimestamp
Thanks