TfsConnection.TimeZone (Propiedad)

Obtiene o establece la zona horaria de esta conexión de Team Foundation Server.

Se utiliza para convertir fechas y horas a UTC.

Espacio de nombres:  Microsoft.TeamFoundation.Client
Ensamblado:  Microsoft.TeamFoundation.Client (en Microsoft.TeamFoundation.Client.dll)

Sintaxis

'Declaración
Public Property TimeZone As TimeZone
public TimeZone TimeZone { get; set; }

Valor de propiedad

Tipo: System.TimeZone
Devuelve TimeZone.

Comentarios

TimeZone defaults to the time zone of the local computer.

It is used to convert dates and times to UTC. Used to synchronize time data between servers and clients in different time zones.

Seguridad de .NET Framework

Vea también

Referencia

TfsConnection Clase

Microsoft.TeamFoundation.Client (Espacio de nombres)