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

Function WizDateStringToDateTimeOfBegin

src/database/WizIndex.cpp:2468–2480  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2466}
2467
2468bool WizDateStringToDateTimeOfBegin(CString str, WizOleDateTime& t)
2469{
2470 WizDateRegularDateString(str);
2471 str += " 00:00:00";
2472 //
2473 CString strError;
2474 if (WizStringToDateTime(str, t, strError))
2475 return true;
2476 //
2477 //WizMessageBox(strError);
2478 //
2479 return false;
2480}
2481
2482bool WizDateStringToDateTimeOfEnd(CString str, WizOleDateTime& t)
2483{

Callers 1

DateToSQLFunction · 0.85

Calls 2

WizDateRegularDateStringFunction · 0.85
WizStringToDateTimeFunction · 0.85

Tested by

no test coverage detected