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

Method decodeDate

src/include/firebird/IdlFbInterfaces.h:4848–4851  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4846 }
4847
4848 void decodeDate(ISC_DATE date, unsigned* year, unsigned* month, unsigned* day)
4849 {
4850 static_cast<VTable*>(this->cloopVTable)->decodeDate(this, date, year, month, day);
4851 }
4852
4853 void decodeTime(ISC_TIME time, unsigned* hours, unsigned* minutes, unsigned* seconds, unsigned* fractions)
4854 {

Callers 1

decodeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected