ServerTimeUtc 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 the server time in UTC (Coordinated Universal Time) when this endpoint was established. Use this value to compute time zone offsets between the server and the client for determining any shift in message timestamps that may exist due to small differences in the system clocks.

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

Syntax

'Declaration
Public Property ServerTimeUtc As DateTime
    Get
    Private Set
'Usage
Dim instance As GroupChatServices
Dim value As DateTime

value = instance.ServerTimeUtc
public DateTime ServerTimeUtc { get; private set; }

Property Value

Type: System.DateTime
The server time in UTC.

See Also

Reference

GroupChatServices Class

GroupChatServices Members

Microsoft.Rtc.Collaboration.GroupChat Namespace