AutoBackupSettings.FullBackupStartTime Property

Definition

Gets or sets start time of a given day during which full backups can take place. 0-23 hours.

[Newtonsoft.Json.JsonProperty(PropertyName="fullBackupStartTime")]
public int? FullBackupStartTime { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="fullBackupStartTime")>]
member this.FullBackupStartTime : Nullable<int> with get, set
Public Property FullBackupStartTime As Nullable(Of Integer)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to