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

Method getDate

src/openms/source/DATASTRUCTURES/DateTime.cpp:264–271  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

262 }
263
264 void DateTime::getDate(UInt& month, UInt& day, UInt& year) const
265 {
266 const QDate& temp_date = dt_->date();
267
268 month = temp_date.month();
269 day = temp_date.day();
270 year = temp_date.year();
271 }
272
273 String DateTime::getDate() const
274 {

Callers 15

outputToMethod · 0.80
main_Method · 0.80
getUniqueNameMethod · 0.80
storeMethod · 0.80
storeMethod · 0.80
collectQCDataMethod · 0.80
loadMethod · 0.80
startElementMethod · 0.80
loadMethod · 0.80
loadMethod · 0.80
loadMethod · 0.80

Calls 2

isValidMethod · 0.45
toStringMethod · 0.45

Tested by 2

loadMethod · 0.64
START_SECTIONFunction · 0.64