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

일광 절약 시간에서 표준 시간으로의 전환이 발생하는 날짜 및 현지 시간을 가져오거나 설정합니다.

적용 대상