Share via


ScheduleAvailabilityResponse.AvailableDates Property

Definition

Gets list of dates available to schedule

[Newtonsoft.Json.JsonProperty(PropertyName="availableDates")]
public System.Collections.Generic.IList<DateTime?> AvailableDates { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="availableDates")>]
member this.AvailableDates : System.Collections.Generic.IList<Nullable<DateTime>>
Public ReadOnly Property AvailableDates As IList(Of Nullable(Of DateTime))

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to