MCPcopy Create free account
hub / github.com/PDAL/PDAL / setDate

Function setDate

kernels/TIndexKernel.cpp:56–61  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

54{
55
56void setDate(OGRFeatureH feature, const tm& tyme, int fieldNumber)
57{
58 OGR_F_SetFieldDateTime(feature, fieldNumber,
59 tyme.tm_year + 1900, tyme.tm_mon + 1, tyme.tm_mday, tyme.tm_hour,
60 tyme.tm_min, tyme.tm_sec, 100);
61}
62
63
64} // anonymous namespace

Callers 1

createFeatureMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected