TimeZoneInformation 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
代表時區設定。
public ref class TimeZoneInformation sealed
public sealed class TimeZoneInformation
type TimeZoneInformation = class
Public NotInheritable Class TimeZoneInformation
- 繼承
-
TimeZoneInformation
屬性
| 名稱 | Description |
|---|---|
| Bias |
目前這台電腦對當地時間的翻譯偏差,單位是分鐘。 |
| Current |
取得當前時區的資訊。 |
| DaylightBias |
獲得一個偏置值,用於白天進行的當地時間平移。 |
| DaylightDate |
取得 TimeZoneInformation.SYSTEMTIME 一個物件,包含從標準時間到夏令時間轉換的日期和當地時間。 |
| StandardBias |
獲得一個偏置值,用於標準時間內發生的當地時間轉換。 |
| StandardDate |
取得 TimeZoneInformation.SYSTEMTIME 一個包含日期和當地時間的物件,時間是從夏令時間轉換到標準時間的發生。 |