JobCreateOrUpdateParameters::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:
property Nullable<DateTime> StartTime {
	Nullable<DateTime> get();
	void set(Nullable<DateTime> value);
}

Property Value

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