Compartilhar via


Classe TimeZoneInformation

Specifies information specific to the time zone.

Hierarquia de herança

System. . :: . .Object
  ReportService2006..::..TimeZoneInformation

Namespace:  ReportService2006
Assembly:  ReportService2006 (em ReportService2006.dll)

Sintaxe

'Declaração
<SerializableAttribute> _
Public Class TimeZoneInformation
'Uso
Dim instance As TimeZoneInformation
[SerializableAttribute]
public class TimeZoneInformation
[SerializableAttribute]
public ref class TimeZoneInformation
[<SerializableAttribute>]
type TimeZoneInformation =  class end
public class TimeZoneInformation

O tipo TimeZoneInformation expõe os membros a seguir.

Construtores

  Nome Descrição
Método público TimeZoneInformation Initializes a new instance of the TimeZoneInformation class.

Início

Propriedades

  Nome Descrição
Propriedade pública Bias Gets the current bias, in minutes, for local time translation on this computer.
Propriedade pública DaylightBias Gets a bias value that is used during local time translations that occur during daylight time.
Propriedade pública DaylightDate Gets a SYSTEMTIME object that contains a date and local time when the transition from standard time to daylight time occurs.
Propriedade pública StandardBias Gets a bias value that is used during local time translations that occur during standard time.
Propriedade pública StandardDate Gets a SYSTEMTIME object that contains a date and local time when the transition from daylight time to standard time occurs.

Início

Métodos

  Nome Descrição
Método público Equals (Herdado de Object.)
Método protegido Finalize (Herdado de Object.)
Método público GetHashCode (Herdado de Object.)
Método público GetType (Herdado de Object.)
Método protegido MemberwiseClone (Herdado de Object.)
Método público ToString (Herdado de Object.)

Início

Segurança de thread

Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.

Consulte também

Referência