FreeBASIC  0.91.0
time_decodesertime.c File Reference
#include "fb.h"
Include dependency graph for time_decodesertime.c:

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)
 

Function Documentation

FBCALL int fb_Hour ( double  serial)

Definition at line 49 of file time_decodesertime.c.

Here is the call graph for this function:

Here is the caller graph for this function:

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.

Here is the call graph for this function:

Here is the caller graph for this function:

FBCALL int fb_Minute ( double  serial)

Definition at line 56 of file time_decodesertime.c.

Here is the call graph for this function:

Here is the caller graph for this function:

FBCALL int fb_Second ( double  serial)

Definition at line 63 of file time_decodesertime.c.

Here is the call graph for this function:

Here is the caller graph for this function: