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

#include <timestamp.h>

Data Fields

int tm_usec
 
int tm_sec
 
int tm_min
 
int64 tm_hour
 
int tm_mday
 
int tm_mon
 
int tm_year
 

Detailed Description

Definition at line 65 of file timestamp.h.

Field Documentation

◆ tm_hour

int64 pg_itm::tm_hour

Definition at line 70 of file timestamp.h.

◆ tm_mday

int pg_itm::tm_mday

Definition at line 71 of file timestamp.h.

◆ tm_min

int pg_itm::tm_min

Definition at line 69 of file timestamp.h.

◆ tm_mon

int pg_itm::tm_mon

Definition at line 72 of file timestamp.h.

◆ tm_sec

int pg_itm::tm_sec

Definition at line 68 of file timestamp.h.

◆ tm_usec

int pg_itm::tm_usec

Definition at line 67 of file timestamp.h.

◆ tm_year

int pg_itm::tm_year

Definition at line 73 of file timestamp.h.


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