TimeToStruct

日時型の値(01.01.1970からの秒数)を構造変数MqlDateTimeに変換します。

void  TimeToStruct(
   datetime      dt,            // date and time
   MqlDateTime&  dt_struct      // structure for the adoption of values
   );

パラメーター

dt

[in]変換する日付値。

dt_struct

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

戻り値

成功した場合はtrue、それ以外の場合はfalse。エラーに関する情報を取得するには、GetLastError()関数を呼び出します。

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="">