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

isDateInTomorrow(_:)

Returns a Boolean value indicating whether the given date is within tomorrow. 与えられた日付が明日の内であるかどうかを指し示すブール値を返します。

Declaration 宣言

func isDateInTomorrow(_ date: Date) -> Bool

Parameters パラメータ

date

The specified date. 指定する日付。

Return Value 戻り値

true if the given date is within tomorrow, as defined by the calendar and calendar’s locale; otherwise, false. true、もし与えられた値が、そのカレンダーとカレンダーの持つロケールによる定義どおりに、明日の内ならば;そうでなければfalse

See Also 参照

Comparing Dates 日付を比較する