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

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)
 

Function Documentation

void fb_hNormalizeDate ( int *  pDay,
int *  pMonth,
int *  pYear 
)

Definition at line 27 of file time_core.c.

Here is the call graph for this function:

Here is the caller graph for this function:

int fb_hTimeDaysInMonth ( int  month,
int  year 
)

Definition at line 16 of file time_core.c.

Here is the call graph for this function:

Here is the caller graph for this function:

int fb_hTimeGetIntervalType ( FBSTRING interval)

Definition at line 82 of file time_core.c.

Here is the caller graph for this function:

int fb_hTimeLeap ( int  year)

Definition at line 6 of file time_core.c.

Here is the caller graph for this function: