Gets the start time.
Namespace: VcClientAssembly: VcClient (in VcClient.dll) Version: 1.0.0.0 (1.8.400.4142)
Syntax
C# |
---|
public Nullable<DateTime> Start { get; } |
Visual Basic |
---|
Public ReadOnly Property Start As Nullable(Of DateTime) Get |
Visual C++ |
---|
public: property Nullable<DateTime> Start { Nullable<DateTime> get (); } |