TimeZoneInfo

定義

そのセッション・テンプレートのタイム・ゾーン

プロパティ値

そのセッションのタイム・ゾーンを表す TimeZoneInfo

構文

Bars.Session.TimeZoneInfo

Property Of

Custom Indicator, Custom Strategy

// OnBarUpdate method
protected override void OnBarUpdate()
{
     // The session template's timezone
     Print("The session time zone is: " + Bars.Session.TimeZoneInfo.Id)
}
最終更新:2014年06月12日 20:10