ChatHistoryQueryOptions.DateEnding Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.