Structure

DateInterval

The span of time between a specific start date and end date. 特定の開始日付と終了日付の間の期間。

Declaration 宣言

struct DateInterval

Overview 概要

DateInterval represents a closed date interval in the form of [startDate, endDate]. It is possible for the start and end dates to be the same with a duration of 0. DateInterval does not support reverse intervals i.e. intervals where the duration is less than 0 and the end date occurs earlier in time than the start date. DateInterval は、完結日付間隔を形式 [startDate, endDate] において表します。開始および終了日付に対して同じであること、0の期間が可能です。DateInterval は逆の間隔をサポートしません、すなわち、期間が0より少ないそして終了日付が開始日付より早い時間で見出されるところの間隔。

Topics 話題

Creating a Date Interval 日付間隔を作成する

Accessing Start Date, End Date, and Duration 開始日付、終了日付、そして期間にアクセスする

Comparing Date Intervals 日付間隔を比較する

Determining Intersections 交わりを特定する

Determining Whether a Date Occurs Within a Date Interval 日付が日付間隔の内かどうかを判定する

Describing a Date Interval 日付間隔を記述する

Using Reference Types 参照型を使用する

Initializers イニシャライザ

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

Operator Functions 演算子関数

See Also 参照

Date Representations 日付表現