Time when the job started
Namespace: VcClientAssembly: VcClient (in VcClient.dll) Version: 1.0.0.0 (1.8.400.4142)
Syntax
C# |
---|
public DateTime StartTime { get; set; } |
Visual Basic |
---|
Public Property StartTime As DateTime Get Set |
Visual C++ |
---|
public: property DateTime StartTime { DateTime get (); void set (DateTime value); } |