MCPcopy Create free account
hub / github.com/FirebirdSQL/firebird / getMonth

Method getMonth

src/include/firebird/Message.h:306–311  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

304 }
305
306 unsigned getMonth(IUtil* util) const
307 {
308 unsigned month;
309 decode(util, NULL, &month, NULL);
310 return month;
311 }
312
313 unsigned getDay(IUtil* util) const
314 {

Callers

nothing calls this directly

Calls 1

decodeFunction · 0.85

Tested by

no test coverage detected