MCPcopy Create free account
hub / github.com/apache/qpid-proton / creation_time

Method creation_time

cpp/src/message.cpp:207–209  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

205}
206
207void message::creation_time(timestamp t) {
208 pn_message_set_creation_time(pn_msg(), t.milliseconds());
209}
210timestamp message::creation_time() const {
211 return timestamp(pn_message_get_creation_time(pn_msg()));
212}

Callers 2

test_message_defaultsFunction · 0.45
test_message_propertiesFunction · 0.45

Calls 4

timestampClass · 0.50
millisecondsMethod · 0.45

Tested by 2

test_message_defaultsFunction · 0.36
test_message_propertiesFunction · 0.36