var identifier: Calendar.Identifier
The identifier of the calendar.
カレンダーの識別子。
var locale: Locale?
The locale of the calendar.
カレンダーのロケール。
var firstWeekday : Int
The first day of the week for the calendar.
そのカレンダーに対する週の最初の日。
var timeZone : TimeZone
The time zone of the calendar.
カレンダーのタイムゾーン。
func maximumRange (of: Calendar.Component) -> Range<Int>?
The maximum range limits of the values that a given component can take on.
与えられた構成要素が取ることが可能な値の最大限界範囲。
func minimumRange (of: Calendar.Component) -> Range<Int>?
Returns the minimum range limits of the values that a given component can take on.
与えられた構成要素が取ることが可能な値の最小限界範囲。
func ordinality(of: Calendar.Component, in: Calendar.Component, for: Date) -> Int?
Returns, for a given absolute time, the ordinal number of a smaller calendar component (such as a day) within a specified larger calendar component (such as a week).
与えられた絶対時間に対して、指定されたより大きいカレンダー構成要素(例えば週)内のより小さいカレンダー構成要素(例えば日にち)の順序数を返します。
func range(of: Calendar.Component, in: Calendar.Component, for: Date) -> Range<Int>?
Returns the range of absolute time values that a smaller calendar component (such as a day) can take on in a larger calendar component (such as a month) that includes a specified absolute time.
指定された絶対時間を含むあるより大きいカレンダー構成要素(例えば月)の中で、あるより小さいカレンダー構成要素(例えば日にち)が取ることができる絶対時間値からなる範囲を返します。