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

minimumRange(of:)

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

Declaration 宣言

func minimumRange(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 minimum range of values for the Day component is 1-28. 一例として、グレゴリオ暦において「日」構成要素に対する値の最小範囲は1-28です。

See Also 参照

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