System.DateUtils.TTimeZone.GetUtcOffset

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

Delphi

function GetUtcOffset(const ADateTime: TDateTime; const ForceDaylight: Boolean = False): TTimeSpan; inline;

C++

System::Timespan::TTimeSpan __fastcall GetUtcOffset(const System::TDateTime ADateTime, const bool ForceDaylight = false);

プロパティ

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

説明

指定されたローカル時間の UTC オフセットを計算します。

GetUtcOffset を呼び出すと、指定されたローカル時間の UTC オフセットを取得できます。

UTC オフセットは、世界時を取得するために指定されたローカル時間から引かれる一定の時間を表します。

ForceDaylight パラメータは、あいまいな時刻をどのように扱うかを指定します。

関連項目