IDay.Date Property

Definition

Date of the month

[Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.Info(Create=true, Description="Date of the month", PossibleTypes=new System.Type[] { typeof(System.Int32) }, Read=true, ReadOnly=false, Required=false, SerializedName="date", Update=true)]
public int? Date { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.Info(Create=true, Description="Date of the month", PossibleTypes=new System.Type[] { typeof(System.Int32) }, Read=true, ReadOnly=false, Required=false, SerializedName="date", Update=true)>]
member this.Date : Nullable<int> with get, set
Public Property Date As Nullable(Of Integer)

Property Value

Attributes

Applies to