hconverter
C code to convert dates between Hebrew, Gregorian and Julian calendars
Data Fields
hc_cal_impl_s Struct Reference

#include <hc_internal.h>

Data Fields

long(* abs_date )(int year, int month, int day)
 
int(* compute_date )(long abs_date, hc_date *target)
 
int(* check_date )(int year, int month, int day)
 
int(* is_leap_year )(int year)
 
int(* month_length )(int year, int month)
 

Detailed Description

This struct contains pointers to specific functions in a calendar implementation.


The documentation for this struct was generated from the following file: