konsolekalendar Library API Documentation

konsolekalendarepoch.h

00001 #ifndef _KONSOLEKALENDAREPOCH_H_
00002 #define _KONSOLEKALENDAREPOCH_H_
00003 
00004 /***************************************************************************
00005         konsolekalendarepoch.h  -  Epoch parsing routines
00006            -------------------
00007     begin                : Sun Jan 6 2003
00008     copyright            : (C) 2003 by Allen Winter
00009  ***************************************************************************/
00010 
00011 /***************************************************************************
00012  *                                                                         *
00013  *   This program is free software; you can redistribute it and/or modify  *
00014  *   it under the terms of the GNU General Public License as published by  *
00015  *   the Free Software Foundation; either version 2 of the License, or     *
00016  *   (at your option) any later version.                                   *
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
KDE Logo
This file is part of the documentation for konsolekalendar Library Version 3.2.2.
Documentation copyright © 1996-2004 the KDE developers.
Generated on Sat May 1 11:38:15 2004 by doxygen 1.2.15 written by Dimitri van Heesch, © 1997-2003