Unit 'cef3types' Package
[Overview][Constants][Types][Procedures and functions][Index] [#pl_cef]

TCefTime

Declaration

Source position: cef3types.pas line 304

type TCefTime = record

  year: Integer;

  

  month: Integer;

  

  day_of_week: Integer;

  

  day_of_month: Integer;

  

  hour: Integer;

  

  minute: Integer;

  

  second: Integer;

  

  millisecond: Integer;

  

end;



CT Web help

CodeTyphon Studio