| IConnectionSessionLogViewEndDate Property | 
            Gets or sets the end date for the list of sessions to show to the user.
            
 
Namespace: VirtualRadar.Interface.ViewAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
 Syntax
SyntaxDateTime EndDate { get; set; }Property EndDate As DateTime
	Get
	Set
property DateTime EndDate {
	DateTime get ();
	void set (DateTime value);
}abstract EndDate : DateTime with get, set
Property Value
Type: 
DateTime See Also
See Also