30 #ifndef __vtkQtTimePointUtility_h
31 #define __vtkQtTimePointUtility_h
33 #include "vtkGUISupportQtSQLModule.h"
34 #include "vtkObject.h"
42 static QDateTime TimePointToQDateTime(vtkTypeUInt64 time);
43 static vtkTypeUInt64 QDateTimeToTimePoint(QDateTime time);
44 static vtkTypeUInt64 QDateToTimePoint(QDate date);
45 static vtkTypeUInt64 QTimeToTimePoint(QTime time);
performs common time operations