Job.StartTime Property

 

Optional. Start time for the job. Defined as ISO-8601.

Namespace:   Microsoft.WindowsAzure.Scheduler.Models
Assembly:  Microsoft.WindowsAzure.Management.Scheduler (in Microsoft.WindowsAzure.Management.Scheduler.dll)

public Nullable<DateTime> StartTime { get; set; }

Property Value

Type: System.Nullable<DateTime>
Return to top
Show: