PostgreSQL Source Code  git master
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 48 of file strftime.c.

Field Documentation

◆ am

const char* lc_time_T::am

Definition at line 57 of file strftime.c.

◆ c_fmt

const char* lc_time_T::c_fmt

Definition at line 56 of file strftime.c.

◆ date_fmt

const char* lc_time_T::date_fmt

Definition at line 59 of file strftime.c.

◆ mon

const char* lc_time_T::mon[MONSPERYEAR]

Definition at line 50 of file strftime.c.

◆ month

const char* lc_time_T::month[MONSPERYEAR]

Definition at line 51 of file strftime.c.

◆ pm

const char* lc_time_T::pm

Definition at line 58 of file strftime.c.

◆ wday

const char* lc_time_T::wday[DAYSPERWEEK]

Definition at line 52 of file strftime.c.

Referenced by _fmt().

◆ weekday

const char* lc_time_T::weekday[DAYSPERWEEK]

Definition at line 53 of file strftime.c.

◆ X_fmt

const char* lc_time_T::X_fmt

Definition at line 54 of file strftime.c.

◆ x_fmt

const char* lc_time_T::x_fmt

Definition at line 55 of file strftime.c.


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