33 #include "dcmtk/config/osconfig.h"
35 #include "dcmtk/ofstd/ofstring.h"
36 #include "dcmtk/ofstd/ofdate.h"
37 #include "dcmtk/ofstd/oftime.h"
78 const unsigned int month,
79 const unsigned int day,
80 const unsigned int hour,
81 const unsigned int minute,
83 const double timeZone = 0);
116 virtual void clear();
122 virtual OFBool
isValid()
const;
136 const unsigned int month,
137 const unsigned int day,
138 const unsigned int hour,
139 const unsigned int minute,
141 const double timeZone = 0);
209 const OFBool showSeconds = OFTrue,
210 const OFBool showFraction = OFFalse,
211 const OFBool showTimeZone = OFFalse,
212 const OFBool showDelimiter = OFTrue)
const;
231 const OFBool showSeconds ,
232 const OFBool showFraction ,
233 const OFBool showTimeZone ,
234 const OFBool showDelimiter ,
235 const OFString &dateTimeSeparator )
const;
261 STD_NAMESPACE ostream& operator<<(STD_NAMESPACE ostream& stream,
const OFDateTime &dateTime);