言語

ForLoopClass.StartTime プロパティ

定義

コンテナの実行開始時刻を返します。 このプロパティは読み取り専用です。

public:
 virtual property DateTime default { DateTime get(); };
public virtual DateTime this { get; }
member this.StartTime : DateTime
Default Public Overridable ReadOnly Property StartTime As DateTime

プロパティ値

コンテナが起動し始めたことを示すDateTimeの値です。

実装

適用対象