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
|
C# |
public
DateTime
ServerTimeUtc {
get;
private
set; }
|
See Also