Compartir a través de


RecurrenceSchedule.MonthDays Propiedad

Definición

Obtiene o establece los días del mes.

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

Valor de propiedad

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Se aplica a