System.DateUtils.TTimeZone.GetLocalTimeType

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

Delphi

function GetLocalTimeType(const ADateTime: TDateTime): TLocalTimeType; inline;

C++

TLocalTimeType __fastcall GetLocalTimeType(const System::TDateTime ADateTime);

プロパティ

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

説明

現在のタイム ゾーンの指定された日時の型を返します。

GetLocalTimeType を呼び出すと、現在のタイム ゾーンの指定された日時の型を取得できます。

関連項目