konsolekalendarepoch.h
00001 #ifndef _KONSOLEKALENDAREPOCH_H_
00002 #define _KONSOLEKALENDAREPOCH_H_
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019
00020 #include <qdatetime.h>
00021 #include <qstring.h>
00022
00023 #include <iostream>
00024
00025 namespace KCal {
00026
00027 class KonsoleKalendarEpoch
00028 {
00029 public:
00030 KonsoleKalendarEpoch();
00031 ~KonsoleKalendarEpoch();
00032
00039 static QDateTime epoch2QDateTime( uint epoch );
00040
00047 static uint QDateTime2epoch( QDateTime dt );
00048
00049 };
00050
00051 }
00052
00053 #endif
This file is part of the documentation for konsolekalendar Library Version 3.2.2.