Gets the end time.

Namespace: VcClient
Assembly: VcClient (in VcClient.dll) Version: 1.0.0.0 (1.8.400.4142)

Syntax

C#
public Nullable<DateTime> End { get; }
Visual Basic
Public ReadOnly Property End As Nullable(Of DateTime)
	Get
Visual C++
public:
property Nullable<DateTime> End {
	Nullable<DateTime> get ();
}

See Also