JobInformation.StartTime Property
Optional. Gets or sets the start time of the job.
Namespace: Microsoft.Azure.Management.DataLake.AnalyticsJob.Models
Assembly: Microsoft.Azure.Management.DataLake.AnalyticsJob (in Microsoft.Azure.Management.DataLake.AnalyticsJob.dll)
Syntax
public Nullable<DateTimeOffset> StartTime { get; set; }
public:
property Nullable<DateTimeOffset> StartTime {
Nullable<DateTimeOffset> get();
void set(Nullable<DateTimeOffset> value);
}
member StartTime : Nullable<DateTimeOffset> with get, set
Public Property StartTime As Nullable(Of DateTimeOffset)
Property Value
Type: System.Nullable<DateTimeOffset>
See Also
JobInformation Class
Microsoft.Azure.Management.DataLake.AnalyticsJob.Models Namespace
Return to top