Mini SQL Query Extensibility Documentation
EndTime Property
NamespacesMiniSqlQuery.CoreQueryBatchEndTime
Gets or sets the end time of the batch.
Declaration Syntax
C#Visual BasicVisual C++
public DateTime EndTime { get; set; }
Public Property EndTime As DateTime
public:
property DateTime EndTime {
	DateTime get ();
	void set (DateTime value);
}
Value
The end time.

Assembly: MiniSqlQuery.Core (Module: MiniSqlQuery.Core) Version: 1.0.0.0 (1.0.0.0)