MCPcopy Create free account
hub / github.com/Exiv2/exiv2 / DateValue

Method DateValue

src/value.cpp:746–748  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

744}
745
746DateValue::DateValue() : Value(date) {
747 date_ = {};
748}
749
750DateValue::DateValue(int32_t year, int32_t month, int32_t day) : Value(date) {
751 date_ = {year, month, day};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected