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

maximumRange(of:)

The maximum range limits of the values that a given component can take on. 与えられた構成要素が取ることが可能な値の最大限界範囲。

Declaration 宣言

func maximumRange(of component: Calendar.Component) -> Range<Int>?

Parameters パラメータ

component

A component to calculate a range for. それに対して範囲を計算することになるある構成要素。

Return Value 戻り値

The range, or nil if it could not be calculated. その範囲、またはそれが計算されなかったならばnil。

Discussion 議論

As an example, in the Gregorian calendar the maximum range of values for the Day component is 1-31. 一例として、グレゴリオ暦において「日」構成要素に対する値の最大範囲は1-31です。

See Also 参照

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