Structure

TimeZone

Information about standard time conventions associated with a specific geopolitical region. 指定された地政学的境界に関連付けられる標準的時刻慣例についての情報。

Declaration 宣言

struct TimeZone

Overview 概要

TimeZone defines the behavior of a time zone. Time zone values represent geopolitical regions. Consequently, these values have names for these regions. Time zone values also represent a temporal offset, either plus or minus, from Greenwich Mean Time (GMT) and an abbreviation (such as PST for Pacific Standard Time). TimeZoneは、あるタイムゾーンの挙動を定義します。タイムゾーン値それらは、地政学的境界それらを表します。その結果として、それらの値は、それら領域の名前を持ちます。タイムゾーン値はまた、グリニッジ標準時(GMT)からの、足すか引くかどちらかでの、時間的相殺そして略語(たとえば太平洋標準時にはPSTなど)も表します。

TimeZone provides two static functions to get time zone values: current and autoupdatingCurrent. The autoupdatingCurrent time zone automatically tracks updates made by the user. TimeZoneは、2つの静的関数を提供して、タイムゾーン値:currentおよびautoupdatingCurrentを取得します。autoupdatingCurrentタイムゾーンは、ユーザによってなされる更新を自動的に追跡します。

Note that time zone database entries such as “America/Los_Angeles” are IDs, not names. An example of a time zone name is “Pacific Daylight Time”. Although many TimeZone functions include the word “name”, they refer to IDs. タイムゾーンデータベース登録項目、たとえば “America/Los_Angeles” などは、IDです、名前でなく。タイムゾーン名の一例は、 “Pacific Daylight Time(太平洋夏時間)” です。多くのTimeZone関数が単語 “name” を含むとはいえ、それらはIDを参照します。

Cocoa does not provide any API to change the time zone of the computer, or of other applications. Cocoaは、コンピュータの、または他のアプリケーションのタイムゾーンを変更するために、どのようなAPIも提供しません。

Topics 話題

Getting the Current Time Zone 現在のタイムゾーンを取得する

Creating a Time Zone タイムゾーンを作成する

Getting Time Zone Information タイムゾーン情報を得る

Working with Daylight Savings 夏時間を扱う

Comparing Time Zones タイムゾーンを比較する

Describing Time Zones タイムゾーンを記述する

Using Reference Types 参照型を使用する

Instance Methods インスタンス メソッド

See Also 参照

Calendrical Calculations カレンダーに関する計算