|
FreeBASIC
0.91.0
|

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) |
Definition at line 76 of file time_parsedatetime.c.


| 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.


Definition at line 85 of file time_parsedatetime.c.

