Unit 'mncMySQLHeader' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#pl_minilib]

st_mysql_time

Declaration

Source position: mncMySQLHeader.pas line 519

type st_mysql_time = record

  year: cuint;

  

  month: cuint;

  

  day: cuint;

  

  hour: cuint;

  

  minute: cuint;

  

  second: cuint;

  

  second_part: culong;

  

  neg: my_bool;

  

  time_type: mysql_timestamp_type;

  

end;



CT Web help

CodeTyphon Studio