FreeBASIC
0.91.0
|
#include "fb.h"
Go to the source code of this file.
Functions | |
FBCALL void | fb_hTimeDecodeSerial (double serial, int *pHour, int *pMinute, int *pSecond, int use_qb_hack) |
FBCALL int | fb_Hour (double serial) |
FBCALL int | fb_Minute (double serial) |
FBCALL int | fb_Second (double serial) |
FBCALL int fb_Hour | ( | double | serial) |
Definition at line 49 of file time_decodesertime.c.
FBCALL void fb_hTimeDecodeSerial | ( | double | serial, |
int * | pHour, | ||
int * | pMinute, | ||
int * | pSecond, | ||
int | use_qb_hack | ||
) |
Definition at line 6 of file time_decodesertime.c.
FBCALL int fb_Minute | ( | double | serial) |
Definition at line 56 of file time_decodesertime.c.
FBCALL int fb_Second | ( | double | serial) |
Definition at line 63 of file time_decodesertime.c.