#include <maapi.h>
#include <maassert.h>
#include <mastring.h>
#include <matime.h>
#include "TimeSpan.h"
Namespaces | |
namespace | MAPUtil |
Classes | |
class | MAPUtil::DateTime |
Functions | |
bool | MAPUtil::operator> (const DateTime &a, const DateTime &b) |
bool | MAPUtil::operator< (const DateTime &a, const DateTime &b) |
bool | MAPUtil::operator>= (const DateTime &a, const DateTime &b) |
bool | MAPUtil::operator<= (const DateTime &a, const DateTime &b) |
bool | MAPUtil::operator== (const DateTime &a, const DateTime &b) |
bool | MAPUtil::operator!= (const DateTime &a, const DateTime &b) |
TimeSpan | MAPUtil::operator- (const DateTime d1, const DateTime d2) |
DateTime | MAPUtil::operator- (const DateTime d, const TimeSpan t) |
DateTime | MAPUtil::operator+ (const DateTime d, const TimeSpan t) |