PersistentChatServerConfiguration.ServerTimeUtc Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the server time in UTC (Coordinated Universal Time). Use this value to compute time zone offsets between the server and the client for determing any shift in message timestamps that may exist due to small differences in the system clocks.
public:
property DateTime ServerTimeUtc { DateTime get(); };
public DateTime ServerTimeUtc { get; }
member this.ServerTimeUtc : DateTime
Public ReadOnly Property ServerTimeUtc As DateTime
Property Value
The server time in UTC.