Share via


JobCreateParameters.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)

Syntax

public Nullable<DateTime> StartTime { get; set; }
public:
property Nullable<DateTime> StartTime {
    Nullable<DateTime> get();
    void set(Nullable<DateTime> value);
}
member StartTime : Nullable<DateTime> with get, set
Public Property StartTime As Nullable(Of Date)

Property Value

Type: System.Nullable<DateTime>

See Also

JobCreateParameters Class
Microsoft.WindowsAzure.Scheduler.Models Namespace

Return to top