|
FreeBASIC
0.91.0
|

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) |
| FBCALL int fb_Day | ( | double | serial) |
Definition at line 58 of file time_decodeserdate.c.


| FBCALL void fb_hDateDecodeSerial | ( | double | serial, |
| int * | pYear, | ||
| int * | pMonth, | ||
| int * | pDay | ||
| ) |
Definition at line 7 of file time_decodeserdate.c.


| int fb_hGetDayOfYear | ( | double | serial) |
| int fb_hGetDayOfYearEx | ( | int | year, |
| int | month, | ||
| int | day | ||
| ) |
Definition at line 88 of file time_decodeserdate.c.


| FBCALL int fb_Month | ( | double | serial) |
Definition at line 51 of file time_decodeserdate.c.


| FBCALL int fb_Weekday | ( | double | serial, |
| int | first_day_of_week | ||
| ) |
Returns the day of week.
Definition at line 69 of file time_decodeserdate.c.

| FBCALL int fb_Year | ( | double | serial) |
Definition at line 44 of file time_decodeserdate.c.

