Local date/time on the system running the query at the time the query was started.

Namespace: HuagatiEFProfiler
Assembly: HuagatiEFProfiler (in HuagatiEFProfiler.dll) Version: 1.33.3996.16092

Syntax

C#
public DateTime StartDateTime { get; set; }
Visual Basic
Public Property StartDateTime As DateTime
	Get
	Set
Visual C++
public:
property DateTime StartDateTime {
	DateTime get ();
	void set (DateTime value);
}

See Also