The start date. This date appears first in the resulting string. 開始日付。この日付は結果文字列において最初に現れます。
stringFromDate:toDate:
Availability 有効性
- iOS 8.0+
- iPadOS 8.0+
- macOS 10.10+
- Mac Catalyst 13.0+
- tvOS 9.0+
- watchOS 2.0+
Technology
- Foundation ファウンデーション
Declaration 宣言
Parameters パラメータ
fromDate
toDate
The end date. This date appears last after the hyphen in the resulting string. 終了日付。この日付は結果文字列においてハイフンの後で最後に現れます。
Return Value 戻り値
A formatted string representing the specified date interval. 指定された日付間隔を表している書式設定された文字列。
Discussion 議論
The formatter includes both from
and to
in the resulting string only when there is enough of a difference in their values to warrant the inclusion of both. If the date and time difference cannot be adequately displayed, the formatter displays one date value. For example, if the time
property was set to NSDate
, the two dates would need to be at least one day apart in order for both to be displayed.
フォーマッタは、両方を含める理由となる十分な差がある場合にのみ、from
とto
の両方を結果文字列に含みます。日付と時刻の差が満足に表示されることができないならば、フォーマッタは1つの日付値を表示します。例えば、time
プロパティがNSDate
に設定されたならば、2つの日付は、両方が表示されるために少なくとも1日は離れる必要があるでしょう。