TimeGMT

クライアント端末が実行されているコンピューターの現地時間までにDSTスイッチを考慮して計算されたGMTを返します。この関数には2つのバリアントがあります。

パラメータなしで呼び出す

datetime  TimeGMT();

MqlDateTime型パラメーターで呼び出す

datetime  TimeGMT(
   MqlDateTime&  dt_struct      // Variable of structure type
   );

パラメーター

dt_struct

[out]構造タイプMqlDateTimeの変数。

戻り値

日時型の値

注意

MqlDateTime構造体型変数がパラメーターとして渡された場合、それに応じて入力されます。

高解像度のカウンターとタイマーを配置するには、ミリ秒単位の値を生成するGetTickCount()関数を使用します。

Strategy Testerでのテスト中、TimeGMT()は常にTimeCurrent()シミュレートされたサーバー時間と等しくなります。

Leave a Reply

Your email address will not be published. Required fields are marked *

CAPTCHA


You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code class="" title="" data-url=""> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong> <pre class="" title="" data-url=""> <span class="" title="" data-url="">