TimeZoneInformation Class
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.
Specifies information specific to the time zone.
public ref class TimeZoneInformation
[System.CodeDom.Compiler.GeneratedCode("wsdl", "2.0.50727.3038")]
[System.ComponentModel.DesignerCategory("code")]
[System.Diagnostics.DebuggerStepThrough]
[System.Xml.Serialization.XmlType(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")]
[System.Serializable]
public class TimeZoneInformation
[<System.CodeDom.Compiler.GeneratedCode("wsdl", "2.0.50727.3038")>]
[<System.ComponentModel.DesignerCategory("code")>]
[<System.Diagnostics.DebuggerStepThrough>]
[<System.Xml.Serialization.XmlType(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")>]
[<System.Serializable>]
type TimeZoneInformation = class
Public Class TimeZoneInformation
- Inheritance
-
TimeZoneInformation
- Attributes
Constructors
TimeZoneInformation() |
Initializes a new instance of the TimeZoneInformation class. |
Properties
Bias |
Gets the current bias, in minutes, for local time translation on this computer. |
DaylightBias |
Gets a bias value that is used during local time translations that occur during daylight time. |
DaylightDate |
Gets a SYSTEMTIME object that contains a date and local time when the transition from standard time to daylight time occurs. |
StandardBias |
Gets a bias value that is used during local time translations that occur during standard time. |
StandardDate |
Gets or sets a date and local time when the transition from daylight time to standard time occurs. |