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

Go to the source code of this file.

Functions

FBCALL void fb_hDateDecodeSerial (double serial, int *pYear, int *pMonth, int *pDay)
 
FBCALL int fb_Year (double serial)
 
FBCALL int fb_Month (double serial)
 
FBCALL int fb_Day (double serial)
 
FBCALL int fb_Weekday (double serial, int first_day_of_week)
 Returns the day of week. More...
 
int fb_hGetDayOfYearEx (int year, int month, int day)
 
int fb_hGetDayOfYear (double serial)
 

Function Documentation

FBCALL int fb_Day ( double  serial)

Definition at line 58 of file time_decodeserdate.c.

Here is the call graph for this function:

Here is the caller graph for this function:

FBCALL void fb_hDateDecodeSerial ( double  serial,
int *  pYear,
int *  pMonth,
int *  pDay 
)

Definition at line 7 of file time_decodeserdate.c.

Here is the call graph for this function:

Here is the caller graph for this function:

int fb_hGetDayOfYear ( double  serial)

Definition at line 98 of file time_decodeserdate.c.

Here is the call graph for this function:

int fb_hGetDayOfYearEx ( int  year,
int  month,
int  day 
)

Definition at line 88 of file time_decodeserdate.c.

Here is the call graph for this function:

Here is the caller graph for this function:

FBCALL int fb_Month ( double  serial)

Definition at line 51 of file time_decodeserdate.c.

Here is the call graph for this function:

Here is the caller graph for this function:

FBCALL int fb_Weekday ( double  serial,
int  first_day_of_week 
)

Returns the day of week.

Returns
1 = Sunday, ... 7 = Saturday

Definition at line 69 of file time_decodeserdate.c.

Here is the caller graph for this function:

FBCALL int fb_Year ( double  serial)

Definition at line 44 of file time_decodeserdate.c.

Here is the call graph for this function:

Here is the caller graph for this function: