#include <date.h>
Public Attributes | |
long int | rata_die |
int | greg_calced |
int | year |
int | month |
int | day |
A date is stored internally in rata die format. It will also store dates in gregorian format, but the calculation is only done when needed. The greg_calced flag will tell if this operation has been performed for a given rata die date, and if not, it will be, with the results stored in the year, month, and day slots.
Do not access this structure directly. Instead, use the functions available in the date library.
|
The corresponding day of the month.
|
A flag which tells in the gregorian date has been calculated.
|
The corresponding month.
|
The date, in rata die format.
|
The corresponding year.