StructToTime
構造変数MqlDateTimeをdatetime型の値に変換し、結果の値を返します。 datetime StructToTime( MqlDateTime$ dt_struct // structur…
構造変数MqlDateTimeをdatetime型の値に変換し、結果の値を返します。 datetime StructToTime( MqlDateTime$ dt_struct // structur…
日時型の値(01.01.1970からの秒数)を構造変数MqlDateTimeに変換します。 void TimeToStruct( datetime dt, // date and …
冬時間または夏時間への切り替えを考慮して、GMT時間とローカルコンピューター時間の現在の差を秒単位で返します。コンピューターの時間設定に依存します。 int TimeGMTOffset(); 戻り値 電流差表すint型…
サマータイムへの切り替えが行われた場合、夏時間の修正を秒単位で返します。コンピューターの時間設定に依存します。 int TimeDaylightSavings(); 戻り値 冬時間(標準)に切り替えられている場合、0を…
クライアント端末が実行されているコンピューターの現地時間までにDSTスイッチを考慮して計算されたGMTを返します。この関数には2つのバリアントがあります。 パラメータなしで呼び出す datetime TimeGMT()…
int Year( ) Returns the current year, i.e., the year of the last known server time. 現在の年を返します。すなわち、最後に知…
int TimeYear(datetime time) Returns year for the specified date. The returned value can be within the r…
int TimeSeconds(datetime time) Returns the amount of seconds elapsed from the beginning of the minute f…
int TimeMonth(datetime time) Returns the month number for the specified time. 指定された時刻の月数を返します。 Paramete…
int TimeMinute(datetime time) Returns the minute for the specified time. 指定された時刻の分を返します。 Parameters: パラ…