MCPcopy Create free account
hub / github.com/ariccio/altWinDirStat / SetRemainingTime

Method SetRemainingTime

Reference code/osImageTool/OSImageToolDlg.cpp:292–297  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

290}
291
292void COSImageToolDlg::SetRemainingTime(long time)
293{
294 CString str;
295 str.Format("%2d:%02d", time/60, time%60);
296 m_cTimeLeft.SetWindowText(str);
297}
298
299// ---------------------------------------------------------------------------
300// ---------------------------------------------------------------------------

Callers 1

UpdateStatisticsMethod · 0.80

Calls 2

FormatMethod · 0.80
SetWindowTextMethod · 0.45

Tested by

no test coverage detected