FreeBASIC
0.91.0
|
#include "fb.h"
Go to the source code of this file.
Functions | |
int | fb_hTimeLeap (int year) |
int | fb_hTimeDaysInMonth (int month, int year) |
void | fb_hNormalizeDate (int *pDay, int *pMonth, int *pYear) |
int | fb_hTimeGetIntervalType (FBSTRING *interval) |
void fb_hNormalizeDate | ( | int * | pDay, |
int * | pMonth, | ||
int * | pYear | ||
) |
Definition at line 27 of file time_core.c.
int fb_hTimeDaysInMonth | ( | int | month, |
int | year | ||
) |
Definition at line 16 of file time_core.c.
int fb_hTimeGetIntervalType | ( | FBSTRING * | interval) |
int fb_hTimeLeap | ( | int | year) |