SYNOPSIS

#include <hdate.h>

Data Fields

int hd_day

int hd_mon

int hd_year

int gd_day

int gd_mon

int gd_year

int hd_dw

int hd_size_of_year

int hd_new_year_dw

int hd_year_type

int hd_jd

int hd_days

int hd_weeks

Detailed Description

libhdate Hebrew date struct

Field Documentation

int \fBhdate_struct::hd_day\fP The number of day in the hebrew month (1..31).

int \fBhdate_struct::hd_mon\fP The number of the hebrew month 1..14 (1 - tishre, 13 - adar 1, 14 - adar 2).

int \fBhdate_struct::hd_year\fP The number of the hebrew year.

int \fBhdate_struct::gd_day\fP The number of the day in the month. (1..31)

int \fBhdate_struct::gd_mon\fP The number of the month 1..12 (1 - jan).

int \fBhdate_struct::gd_year\fP The number of the year.

int \fBhdate_struct::hd_dw\fP The day of the week 1..7 (1 - sunday).

int \fBhdate_struct::hd_size_of_year\fP The length of the year in days.

int \fBhdate_struct::hd_new_year_dw\fP The week day of Hebrew new year.

int \fBhdate_struct::hd_year_type\fP The number type of year.

int \fBhdate_struct::hd_jd\fP The Julian day number

int \fBhdate_struct::hd_days\fP The number of days passed since 1 tishrey

int \fBhdate_struct::hd_weeks\fP The number of weeks passed since 1 tishrey

Author

Generated automatically by Doxygen for libhdate C language from the source code.