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

Go to the source code of this file.

Functions

FBCALL int fb_DateTimeParse (FBSTRING *s, int *pDay, int *pMonth, int *pYear, int *pHour, int *pMinute, int *pSecond, int want_date, int want_time)
 
FBCALL int fb_DateParse (FBSTRING *s, int *pDay, int *pMonth, int *pYear)
 
FBCALL int fb_TimeParse (FBSTRING *s, int *pHour, int *pMinute, int *pSecond)
 

Function Documentation

FBCALL int fb_DateParse ( FBSTRING s,
int *  pDay,
int *  pMonth,
int *  pYear 
)

Definition at line 76 of file time_parsedatetime.c.

Here is the call graph for this function:

Here is the caller graph for this function:

FBCALL int fb_DateTimeParse ( FBSTRING s,
int *  pDay,
int *  pMonth,
int *  pYear,
int *  pHour,
int *  pMinute,
int *  pSecond,
int  want_date,
int  want_time 
)

Definition at line 7 of file time_parsedatetime.c.

Here is the call graph for this function:

Here is the caller graph for this function:

FBCALL int fb_TimeParse ( FBSTRING s,
int *  pHour,
int *  pMinute,
int *  pSecond 
)

Definition at line 85 of file time_parsedatetime.c.

Here is the call graph for this function:

Here is the caller graph for this function: