Gets the server time in UTC (Coordinated Universal Time). 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 GroupChatServerConfiguration Dim value As DateTime value = instance. ServerTimeUtc |
C# |
---|
public DateTime ServerTimeUtc { get; private set; } |