Unit 'uCEFTypes' Package
[Overview][Types][Index] [#pl_cef4typhon]

TCefTime

Declaration

Source position: uCEFTypes.pas line 2884

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