OpenMS
Loading...
Searching...
No Matches
DateTime.h File Reference
#include <OpenMS/CONCEPT/Types.h>
#include <OpenMS/CONCEPT/HashUtils.h>
#include <OpenMS/DATASTRUCTURES/String.h>
#include <OpenMS/OpenMSConfig.h>
#include <functional>
#include <string>
Include dependency graph for DateTime.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  DateTime
 DateTime Class. More...
 
struct  DateTime::Fields
 
struct  hash< OpenMS::DateTime >
 

Namespaces

namespace  OpenMS
 Main OpenMS namespace.
 
namespace  std
 STL namespace.
 

Class Documentation

◆ OpenMS::DateTime::Fields

struct OpenMS::DateTime::Fields
Collaboration diagram for DateTime::Fields:
[legend]
Class Members
int day = 0
int hour = 0
int millisecond = 0
int minute = 0
int month = 0
int second = 0
bool valid = false
int year = 0