DateTime variable representing the time when the job was submitted.
Namespace: VcClientAssembly: VcClient (in VcClient.dll) Version: 1.0.0.0 (1.8.400.4142)
Syntax
C# |
---|
public Nullable<DateTime> SubmitTime { get; set; } |
Visual Basic |
---|
Public Property SubmitTime As Nullable(Of DateTime) Get Set |
Visual C++ |
---|
public: property Nullable<DateTime> SubmitTime { Nullable<DateTime> get (); void set (Nullable<DateTime> value); } |