Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FirebirdSQL/firebird
/ getDay
Method
getDay
src/include/firebird/Message.h:313–318 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
311
}
312
313
unsigned getDay(IUtil* util) const
314
{
315
unsigned day;
316
decode(util, NULL, NULL, &day);
317
return day;
318
}
319
320
void encode(IUtil* util, unsigned year, unsigned month, unsigned day)
321
{
Callers
nothing calls this directly
Calls
1
decode
Function · 0.85
Tested by
no test coverage detected