ForLoopClass.StartTime Property

Definition

Returns the time that the container began execution. This property is read-only.

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

Property Value

A DateTime value that indicates when the container started running.

Implements

Applies to