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)
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
BackupSchedule Class
Microsoft.WindowsAzure.Management.WebSites.Models Namespace
Return to top