PersistentChatServices.ServerTimeUtc Property

Definition

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 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.

Applies to