Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members  

xdate.cpp File Reference

#include <ctype.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <time.h>
#include <xbase/xbconfig.h>
#include <xbase/xbase.h>
#include <xbase/xdate.h>
#include <xbase/retcodes.h>

Defines

#define EPOCH_MIN   100
#define EPOCH_MAX   3000
#define DAYS_AD(year)   ((year) *365L + (year) / 4 - (year) / 100 + (year) / 400)

Detailed Description


Define Documentation

#define DAYS_AD year       ((year) *365L + (year) / 4 - (year) / 100 + (year) / 400)
 

#define EPOCH_MAX   3000
 

#define EPOCH_MIN   100
 


Generated on Mon Oct 27 00:38:00 2003 for Xbase Class Library by doxygen1.2.18