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

Visual Basic (Declaration)
Public 
Property 
ServerTimeUtc 
As 
DateTime
	
Get
	
Private 
Set
Visual Basic (Usage)
Dim 
instance 
As 

GroupChatServices
Dim 
value 
As 
DateTime

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

Property Value

Type: System . . :: . . DateTime

The server time in UTC.

See Also