Share via


ForEachLoopClass.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 値です。

実装

適用対象