Header And Logo

PostgreSQL
| The world's most advanced open source database.

Data Fields

lc_time_T Struct Reference

Data Fields

const char * mon [MONSPERYEAR]
const char * month [MONSPERYEAR]
const char * wday [DAYSPERWEEK]
const char * weekday [DAYSPERWEEK]
const char * X_fmt
const char * x_fmt
const char * c_fmt
const char * am
const char * pm
const char * date_fmt

Detailed Description

Definition at line 30 of file strftime.c.


Field Documentation

const char* lc_time_T::am

Definition at line 39 of file strftime.c.

const char* lc_time_T::c_fmt

Definition at line 38 of file strftime.c.

const char* lc_time_T::date_fmt

Definition at line 41 of file strftime.c.

const char* lc_time_T::mon[MONSPERYEAR]

Definition at line 32 of file strftime.c.

const char* lc_time_T::month[MONSPERYEAR]

Definition at line 33 of file strftime.c.

const char* lc_time_T::pm

Definition at line 40 of file strftime.c.

const char* lc_time_T::wday[DAYSPERWEEK]

Definition at line 34 of file strftime.c.

Referenced by _fmt().

const char* lc_time_T::weekday[DAYSPERWEEK]

Definition at line 35 of file strftime.c.

const char* lc_time_T::X_fmt

Definition at line 36 of file strftime.c.

const char* lc_time_T::x_fmt

Definition at line 37 of file strftime.c.


The documentation for this struct was generated from the following file: