28 #ifndef vtkQtTimePointUtility_h
29 #define vtkQtTimePointUtility_h
31 #include "vtkGUISupportQtSQLModule.h"
40 static QDateTime TimePointToQDateTime(vtkTypeUInt64
time);
41 static vtkTypeUInt64 QDateTimeToTimePoint(QDateTime
time);
42 static vtkTypeUInt64 QDateToTimePoint(QDate
date);
43 static vtkTypeUInt64 QTimeToTimePoint(QTime
time);