MCPcopy Create free account
hub / github.com/MaxBelkov/visualsyslog / GetDaysName

Function GetDaysName

sourcecommon/utils.cpp:519–531  ·  view source on GitHub ↗

---------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

517}
518//---------------------------------------------------------------------------
519String GetDaysName(DWORD days)
520{
521 switch( days )
522 {
523 case 1:
524 return __UTEXT("����");
525 case 2:
526 case 3:
527 case 4:
528 return __UTEXT("���");
529 }
530 return __UTEXT("����");
531}
532//---------------------------------------------------------------------------
533String GetHoursName(DWORD hours)
534{

Callers 1

GetTimeStringFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected