TimeZoneInformation.DaylightBias 属性

Gets a bias value that is used during local time translations that occur during daylight time.

命名空间:  ReportService2010
程序集:  ReportService2010(在 ReportService2010.dll 中)

语法

声明
Public Property DaylightBias As Integer 
    Get 
    Set
用法
Dim instance As TimeZoneInformation 
Dim value As Integer 

value = instance.DaylightBias

instance.DaylightBias = value
public int DaylightBias { get; set; }
public:
property int DaylightBias {
    int get ();
    void set (int value);
}
member DaylightBias : int with get, set
function get DaylightBias () : int 
function set DaylightBias (value : int)

属性值

类型:System.Int32
An integer value that represents the bias used for local time translations that occur during daylight time.

注释

This value is added to the value of the Bias member to form the bias used during daylight time. In most time zones, the value of this member is –60.

请参阅

参考

TimeZoneInformation 类

ReportService2010 命名空间