MySQL 8.3.0
Source Code Documentation
MYSQL_TIME Struct Reference

#include <mysql_time.h>

Public Attributes

unsigned int year
 
unsigned int month
 
unsigned int day
 
unsigned int hour
 
unsigned int minute
 
unsigned int second
 
unsigned long second_part
 microseconds More...
 
bool neg
 
enum enum_mysql_timestamp_type time_type
 
int time_zone_displacement
 The time zone displacement, specified in seconds. More...
 

Member Data Documentation

◆ day

unsigned int MYSQL_TIME::day

◆ hour

unsigned int MYSQL_TIME::hour

◆ minute

unsigned int MYSQL_TIME::minute

◆ month

unsigned int MYSQL_TIME::month

◆ neg

bool MYSQL_TIME::neg

◆ second

unsigned int MYSQL_TIME::second

◆ second_part

unsigned long MYSQL_TIME::second_part

microseconds

◆ time_type

enum enum_mysql_timestamp_type MYSQL_TIME::time_type

◆ time_zone_displacement

int MYSQL_TIME::time_zone_displacement

The time zone displacement, specified in seconds.

◆ year

unsigned int MYSQL_TIME::year

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