System.DateUtils.AdjustDateTime
Delphi
function AdjustDateTime(const ADate: TDateTime; AHasTZ: Boolean;
AHourOffset, AMinuteOffset: Integer; AOptions: TISO8601ToDateOptions): TDateTime;
C++
extern DELPHI_PACKAGE System::TDateTime __fastcall AdjustDateTime(const System::TDateTime ADate, bool AHasTZ, int AHourOffset, int AMinuteOffset, TISO8601ToDateOptions AOptions);
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
function | public | System.DateUtils.pas System.DateUtils.hpp |
System.DateUtils | System.DateUtils |
Description
Embarcadero Technologies does not currently have any additional information.