|
OWLNext 7.0
Borland's Object Windows Library for the modern age
|
TDate class implementation. More...
#include <owl/pch.h>#include <owl/date.h>#include <owl/time.h>#include <owl/profile.h>#include <owl/wsyscls.h>#include <stdio.h>#include <string.h>#include <ctype.h>#include <tchar.h>Go to the source code of this file.
Namespaces | |
| namespace | owl |
| Object Windows Library (OWLNext Core) | |
Functions | |
| owl::_OWLSTATICFUNC (static int) FindMatch(const tchar *str | |
| owl::FindMatch (const tchar *str, const tchar **candidates, int icand) | |
| TDate | owl::operator+ (const TDate &dt, int dd) |
| Returns a new TDate containing the sum of this TDate and dd. | |
| TDate | owl::operator+ (int dd, const TDate &dt) |
| Returns a new TDate containing the sum of this TDate and dd. | |
| TDate | owl::operator- (const TDate &dt, int dd) |
Variables | |
| const uint32 | owl::SECONDS_IN_DAY = 86400L |
| const tchar ** | owl::candidates |
| const tchar int | owl::icand |
TDate class implementation.
Definition in file date.cpp.