Compartir a través de


MonthlyRecurrence.DaysOfMonth Propiedad

Definición

Obtiene o establece especifica los valores para el patrón de periodicidad mensual.

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

Valor de propiedad

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Se aplica a