Compartir a través de


Clase TimeZoneInformation

Specifies information specific to the time zone.

Jerarquía de herencia

System.Object
  ReportService2006.TimeZoneInformation

Espacio de nombres:  ReportService2006
Ensamblado:  ReportService2006 (en ReportService2006.dll)

Sintaxis

'Declaración
Public Class TimeZoneInformation
'Uso
Dim instance As TimeZoneInformation
public class TimeZoneInformation
public ref class TimeZoneInformation
type TimeZoneInformation =  class end
public class TimeZoneInformation

El tipo TimeZoneInformation expone los siguientes miembros.

Constructores

  Nombre Descripción
Método público TimeZoneInformation Initializes a new instance of the TimeZoneInformation class.

Arriba

Propiedades

  Nombre Descripción
Propiedad pública Bias Gets the current bias, in minutes, for local time translation on this computer.
Propiedad pública DaylightBias Gets a bias value that is used during local time translations that occur during daylight time.
Propiedad pública DaylightDate Gets a SYSTEMTIME object that contains a date and local time when the transition from standard time to daylight time occurs.
Propiedad pública StandardBias Gets a bias value that is used during local time translations that occur during standard time.
Propiedad pública StandardDate Gets a SYSTEMTIME object that contains a date and local time when the transition from daylight time to standard time occurs.

Arriba

Métodos

  Nombre Descripción
Método público Equals (Se hereda de Object.)
Método protegido Finalize (Se hereda de Object.)
Método público GetHashCode (Se hereda de Object.)
Método público GetType (Se hereda de Object.)
Método protegido MemberwiseClone (Se hereda de Object.)
Método público ToString (Se hereda de Object.)

Arriba

Seguridad para subprocesos

Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.

Vea también

Referencia

Espacio de nombres ReportService2006