System.DateUtils.TTimeZone.DoGetID

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function DoGetID: string; virtual; abstract;

C++

virtual System::UnicodeString __fastcall DoGetID(void) = 0 ;

Properties

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

Description

Gets the time zone identification.

Use DoGetID to supply the time zone identification.

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