言語

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

日時から標準時への移行が起こる日時と現地時刻を取得または設定します。

適用対象