System.DateUtils.TTimeZone.DoGetDisplayName

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

function DoGetDisplayName(const ADateTime: TDateTime; const ForceDaylight: Boolean): string; virtual; abstract;

C++

virtual System::UnicodeString __fastcall DoGetDisplayName(const System::TDateTime ADateTime, const bool ForceDaylight) = 0 ;

プロパティ

種類 可視性 ソース ユニット
function protected
System.DateUtils.pas
System.DateUtils.hpp
System.DateUtils TTimeZone

説明

指定されたローカル時間のタイム ゾーンの名前を取得します。

DoGetDisplayName を使用すると、指定されたローカル時間のタイム ゾーンの名前を取得できます。

警告:このメソッドは、子クラスにオーバーライドされる抽象メソッドです。