JEWCALDATE

The JEWCALDATE structure contains a date, either a Gregorian or a Hebrew date. It is used by the various Jewish calendar functions.

typedef struct tagJEWCALDATE
{
  UINT uDay;
  UINT uMonth;
  UINT uYear;
} JEWCALDATE;
typedef JEWCALDATE FAR* LPJEWCALDATE;

Members

uDay
Contains the day of the date (1 .. 31 for Gregorian date).

uMonth
Contains the month of the date (1 .. 12 for Gregorian date).

uYear
Contains the year of the date (the year must always have 4 digits and must be in range 1583-3000 for Gregorian years and 5360-5860 for Hebrew years).