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

minimumRange(of:)

Returns the minimum range limits of the values that a given unit can take on. 与えられた単位が取ることができる値の最小限の範囲限界を返します。

Declaration 宣言

func minimumRange(of unit: NSCalendar.Unit) -> NSRange

Parameters パラメータ

unit

The unit for which the maximum range is returned. それに対する最大限範囲が返される単位。

Return Value 戻り値

The minimum range limits of the values that the unit specified by unit can take on in the receiver. unitによって指定された単位がレシーバにおいて引き受けることが出来る値の最小限の範囲限界。

Discussion 議論

As an example, in the Gregorian calendar the minimum range of values for the Day unit is 1-28. 1つの例として、グレゴリオ暦においてDay単位に対する値の最小限の範囲は1-28です。

See Also 参照

Getting Calendar Information カレンダー情報を取得する