System.DateUtils.TTimeZone.DoGetOffsetsAndType

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DoGetOffsetsAndType(  const ADateTime: TDateTime; out AOffset, ADstSave: Int64; out AType: TLocalTimeType); virtual; abstract;

C++

virtual void __fastcall DoGetOffsetsAndType(const System::TDateTime ADateTime, /* out */ __int64 &AOffset, /* out */ __int64 &ADstSave, /* out */ TLocalTimeType &AType) = 0 ;

Properties

Type Visibility Source Unit Parent
procedure
function
protected
System.DateUtils.pas
System.DateUtils.hpp
System.DateUtils TTimeZone

Description

Gets the offset information for a local time.

Use DoGetOffsetsAndType to supply the offset information for a local time.

Warning: This is an abstract method that needs to be overridden by the child classes.