Share via


AppointmentRequest.SearchWindowEnd Property

Definition

Gets or sets the date and time to end the search.

public:
 property Nullable<DateTime> SearchWindowEnd { Nullable<DateTime> get(); void set(Nullable<DateTime> value); };
[System.Runtime.Serialization.DataMember]
public DateTime? SearchWindowEnd { get; set; }
[<System.Runtime.Serialization.DataMember>]
member this.SearchWindowEnd : Nullable<DateTime> with get, set
Public Property SearchWindowEnd As Nullable(Of DateTime)

Property Value

The date and time to end the search.

Attributes

Applies to