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

Namespace: Huagati.LLBLGen.Profiler
Assembly: HuagatiLLBLGenProfiler (in HuagatiLLBLGenProfiler.dll) Version: 1.33.3996.16145

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