PostgreSQL Source Code git master
Loading...
Searching...
No Matches
lc_time_T Struct Reference

Data Fields

const charmon [MONSPERYEAR]
 
const charmonth [MONSPERYEAR]
 
const charwday [DAYSPERWEEK]
 
const charweekday [DAYSPERWEEK]
 
const charX_fmt
 
const charx_fmt
 
const charc_fmt
 
const charam
 
const charpm
 
const chardate_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: