FreeBASIC  0.91.0
time_week.c File Reference
#include "fb.h"
#include <math.h>
Include dependency graph for time_week.c:

Go to the source code of this file.

Functions

void fb_hGetBeginOfWeek (int *pYear, int *pMonth, int *pDay, int first_day_of_week)
 
double fb_hGetFirstWeekOfYear (int year, int first_day_of_year, int first_day_of_week)
 
int fb_hGetWeekOfYear (int ref_year, double serial, int first_day_of_year, int first_day_of_week)
 
int fb_hGetWeeksOfYear (int ref_year, int first_day_of_year, int first_day_of_week)
 

Function Documentation

void fb_hGetBeginOfWeek ( int *  pYear,
int *  pMonth,
int *  pDay,
int  first_day_of_week 
)

Definition at line 7 of file time_week.c.

Here is the call graph for this function:

Here is the caller graph for this function:

double fb_hGetFirstWeekOfYear ( int  year,
int  first_day_of_year,
int  first_day_of_week 
)

Definition at line 21 of file time_week.c.

Here is the call graph for this function:

Here is the caller graph for this function:

int fb_hGetWeekOfYear ( int  ref_year,
double  serial,
int  first_day_of_year,
int  first_day_of_week 
)

Definition at line 65 of file time_week.c.

Here is the call graph for this function:

Here is the caller graph for this function:

int fb_hGetWeeksOfYear ( int  ref_year,
int  first_day_of_year,
int  first_day_of_week 
)

Definition at line 87 of file time_week.c.

Here is the call graph for this function: