13 #include <OpenMS/OpenMSConfig.h> 
   15 #include <QtCore/QDate> 
Date Class.
Definition: Date.h:29
 
Date & operator=(Date &&) &=default
Move assignment operator.
 
Date()=default
Default constructor.
 
Date(const QDate &date)
Copy constructor from Qt base class.
 
static Date today()
Returns the current date.
 
Date(const Date &date)=default
Copy constructor.
 
void get(UInt &month, UInt &day, UInt &year) const
Fills the arguments with the date.
 
void set(const String &date)
sets data from a string
 
Date & operator=(const Date &source)=default
Assignment operator.
 
String get() const
Returns a string representation of the date.
 
void clear()
Sets the undefined date: 00/00/0000.
 
Date(Date &&)=default
Move constructor.
 
void set(UInt month, UInt day, UInt year)
sets data from three integers
 
A more convenient string class.
Definition: String.h:34
 
unsigned int UInt
Unsigned integer type.
Definition: Types.h:68
 
Main OpenMS namespace.
Definition: FeatureDeconvolution.h:22