Gets start time of imaging set processing.
Namespace:
Relativity.Imaging.Services.InterfacesAssembly:
Relativity.Imaging.Services.Interfaces (in Relativity.Imaging.Services.Interfaces.dll) Version: 10.3.0.0 (10.3.0.0)
public Nullable<DateTime> StartTime { get; set; }
public Nullable<DateTime> StartTime { get; set; }Public Property StartTime As Nullable(Of DateTime)
Get
Set
Public Property StartTime As Nullable(Of DateTime)
Get
Set
public:
property Nullable<DateTime> StartTime {
Nullable<DateTime> get ();
void set (Nullable<DateTime> value);
}
public:
property Nullable<DateTime> StartTime {
Nullable<DateTime> get ();
void set (Nullable<DateTime> value);
}member StartTime : Nullable<DateTime> with get, set
member StartTime : Nullable<DateTime> with get, set
Property Value
Type:
NullableDateTime
Not settable via the API, one of the fields for ImagingStatus.
Reference