MCPcopy Create free account
hub / github.com/altairwei/WizNotePlus / getUseDays

Method getUseDays

src/share/WizAnalyzer.cpp:44–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42 return str;
43}
44CString WizAnalyzer::getUseDays()
45{
46 int days = ::WizIniReadIntDef(m_strRecordFileNameNoDelete, "Common", "useDays", 0);
47 //
48 return WizIntToStr(days);
49}
50
51CString WizAnalyzer::getInstallDays()
52{

Callers

nothing calls this directly

Calls 2

WizIniReadIntDefFunction · 0.85
WizIntToStrFunction · 0.85

Tested by

no test coverage detected