BackupSchedule::StartTime Property

 

Optional. When this schedule should start backing up the site. Null means immediately.

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

public:
property Nullable<DateTime> StartTime {
	Nullable<DateTime> get();
	void set(Nullable<DateTime> value);
}

Property Value

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