Edit

Share via


ChatHistoryQueryOptions.DateBeginning Property

Definition

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

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

Property Value

The start time of the query.

Applies to