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

Go to the source code of this file.

Functions

FBSTRINGfb_IntlGetWeekdayName (int weekday, int short_names, int disallow_localized)
 

Variables

static const char * pszWeekdayNamesLong [7]
 
static const char * pszWeekdayNamesShort [7]
 

Function Documentation

FBSTRING* fb_IntlGetWeekdayName ( int  weekday,
int  short_names,
int  disallow_localized 
)

Definition at line 26 of file intl_getweekdayname.c.

Here is the call graph for this function:

Here is the caller graph for this function:

Variable Documentation

const char* pszWeekdayNamesLong[7]
static
Initial value:
= {
"Sunday",
"Monday",
"Tuesday",
"Wednesday",
"Thursday",
"Friday",
"Saturday"
}

Definition at line 5 of file intl_getweekdayname.c.

const char* pszWeekdayNamesShort[7]
static
Initial value:
= {
"Sun",
"Mon",
"Tue",
"Wed",
"Thu",
"Fri",
"Sat"
}

Definition at line 15 of file intl_getweekdayname.c.