Unit 'flcHTTPUtils' Package
[Overview][Constants][Types][Classes][Procedures and functions][Index] [#pl_fundamentals]

THTTPDateField

Declaration

Source position: flcHTTPUtils.pas line 243

type THTTPDateField = record

  Value: THTTPDateFieldEnum;

  

  DayOfWeek: Integer;

  

  Day: Integer;

  

  Month: Integer;

  

  Year: Integer;

  

  Hour: Integer;

  

  Min: Integer;

  

  Sec: Integer;

  

  TimeZoneGMT: Boolean;

  

  CustomTimeZone: RawByteString;

  

  DateTime: TDateTime;

  

  Custom: RawByteString;

  

end;



CT Web help

CodeTyphon Studio