Edit

Share via


ChatHistoryQueryOptions.DateEnding Property

Definition

Gets or sets the starting date and time of this query. This value is ignored if StartingMessageID is non-zero. If no DateBeginning time is set, messages between DateEnding and Now will be returned. If a DateBeginning time is specified, only those messages which were sent between the specified times will be returned.

public:
 property DateTime DateEnding { DateTime get(); void set(DateTime value); };
public DateTime DateEnding { get; set; }
member this.DateEnding : DateTime with get, set
Public Property DateEnding As DateTime

Property Value

The ending time of the query.

Applies to