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

maximumRange(of:)

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

Declaration 宣言

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

Parameters パラメータ

unit

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

Return Value 戻り値

The maximum 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 maximum range of values for the Day unit is 1-31. 1つの例として、グレゴリオ暦においてDay単位に対する値の最大限範囲は1-31です。

See Also 参照

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