logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Author

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

Version 1.4                                      Sun Jan 8 2012                                  hdate_struct(3)

Detailed Description

       libhdate Hebrew date struct

Field Documentation

inthdate_struct::hd_dayThenumberofdayinthehebrewmonth(1..31).inthdate_struct::hd_monThenumberofthehebrewmonth1..14(1-tishre,13-adar1,14-adar2).inthdate_struct::hd_yearThenumberofthehebrewyear.inthdate_struct::gd_dayThenumberofthedayinthemonth.(1..31)inthdate_struct::gd_monThenumberofthemonth1..12(1-jan).inthdate_struct::gd_yearThenumberoftheyear.inthdate_struct::hd_dwThedayoftheweek1..7(1-sunday).inthdate_struct::hd_size_of_yearThelengthoftheyearindays.inthdate_struct::hd_new_year_dwTheweekdayofHebrewnewyear.inthdate_struct::hd_year_typeThenumbertypeofyear.inthdate_struct::hd_jdTheJuliandaynumberinthdate_struct::hd_daysThenumberofdayspassedsince1tishreyinthdate_struct::hd_weeksThenumberofweekspassedsince1tishrey

Name

       hdate_struct -

       libhdate Hebrew date struct

Synopsis

       #include <hdate.h>

   DataFields
       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

See Also