TimeZoneInformation 类

定义

指示特定于时区的信息。

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
继承
TimeZoneInformation
属性

构造函数

TimeZoneInformation()

初始化 TimeZoneInformation 类的新实例。

属性

Bias

获取此计算机上当地时间转换的当前偏差(单位分钟)。

DaylightBias

获取采用夏令时期间进行本地时间转换时使用的偏差值。

DaylightDate

获取从标准时间转换为夏令时时包含日期和本地时间的 SYSTEMTIME 对象。

StandardBias

获取采用标准时间期间进行本地时间转换时使用的偏差值。

StandardDate

获取或设置从夏令时转换到标准时间时的日期和本地时间。

适用于