Structure

Date

A specific point in time, independent of any calendar or time zone. あらゆるカレンダーまたはタイムゾーンに影響を受けない、ある特定の時点。

Declaration 宣言

struct Date

Overview 概要

A Date value encapsulate a single point in time, independent of any particular calendrical system or time zone. Date values represent a time interval relative to an absolute reference date. Date値は、あらゆる特定のカレンダーシステムまたはタイムゾーンに独立して、ある単一の時点をカプセル化します。日付値は、絶対基準日に相対して時間間隔を表します。

The Date structure provides methods for comparing dates, calculating the time interval between two dates, and creating a new date from a time interval relative to another date. Use date values in conjunction with DateFormatter instances to create localized representations of dates and times and with Calendar instances to perform calendar arithmetic. Date構造体は、日付を比較する、2つの日付の時間間隔を計算する、そして別の日付と相対してある時間間隔から新しい日付を作成するメソッドを提供します。日付値を使って、DateFormatterインスタンスと連携して日付と時刻のローカライズされた表現を作成したり、Calendarインスタンスとともにカレンダー計算を実行してください。

Date bridges to the NSDate class. You can use these interchangeably in code that interacts with Objective-C APIs. Dateは、NSDateクラスへとブリッジします。あなたは、Objective-C APIと相互作用するコードにおいて、それらを交換可能に使用できます。

Topics 話題

Creating a Date 日付の作成

Getting Temporal Boundaries 時間的な境界を得る

Comparing Dates 日付を比較する

Getting Time Intervals 時間の隔たりを得る

Adding or Subtracting a Time Interval 時間間隔を加えたり引いたりする

Creating Date Ranges 日付範囲の作成

Encoding Dates 日付をエンコードする

Describing Dates 日付を記述する

Using Reference Types 参照型を使用する

Type Properties 型プロパティ

Structures 構造体

See Also 参照

Date Representations 日付表現