MCPcopy Create free account
hub / github.com/OpenMS/OpenMS / getTime

Method getTime

src/openms/source/DATASTRUCTURES/DateTime.cpp:282–289  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

280 }
281
282 void DateTime::getTime(UInt& hour, UInt& minute, UInt& second) const
283 {
284 const QTime& temp_time =dt_->time();
285
286 hour = temp_time.hour();
287 minute = temp_time.minute();
288 second = temp_time.second();
289 }
290
291 String DateTime::getTime() const
292 {

Callers

nothing calls this directly

Calls 2

isValidMethod · 0.45
toStringMethod · 0.45

Tested by

no test coverage detected