DateEnding Property

This content is no longer actively maintained. It is provided as is, for anyone who may still be using these technologies, with no warranties or claims of accuracy with regard to the most recent product version or service release.

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.

Namespace:  Microsoft.Rtc.Collaboration.GroupChat
Assembly:  Microsoft.Rtc.Collaboration.GroupChat (in Microsoft.Rtc.Collaboration.GroupChat.dll)

Syntax

'Declaration
Public Property DateEnding As DateTime
    Get
    Set
'Usage
Dim instance As ChatHistoryQueryOptions
Dim value As DateTime

value = instance.DateEnding

instance.DateEnding = value
public DateTime DateEnding { get; set; }

Property Value

Type: System.DateTime
The ending time of the query.

See Also

Reference

ChatHistoryQueryOptions Class

ChatHistoryQueryOptions Members

Microsoft.Rtc.Collaboration.GroupChat Namespace