calendarIdentifier
An identifier for the calendar.
カレンダーに対する識別子。
firstWeekday
The index of the first weekday of the receiver.
レシーバの最初の曜日のインデックス。
locale
The locale of the receiver.
レシーバのロケール。
timeZone
The time zone for the calendar.
カレンダーに対するタイムゾーン。
- minimumRangeOfUnit:
Returns the minimum range limits of the values that a given unit can take on.
与えられた単位が取ることができる値の最小限の範囲限界を返します。
minimumDaysInFirstWeek
The minimum number of days in the first week of the receiver.
レシーバの最初の週における最も小さい日にち。
- ordinalityOfUnit:inUnit:forDate:
Returns, for a given absolute time, the ordinal number of a smaller calendar unit (such as a day) within a specified larger calendar unit (such as a week).
与えられた絶対時間に対して、指定されたより大きいカレンダー単位(例えば週)内のより小さいカレンダー単位(例えば日にち)の順序数を返します。
- rangeOfUnit:inUnit:forDate:
Returns the range of absolute time values that a smaller calendar unit (such as a day) can take on in a larger calendar unit (such as a month) that includes a specified absolute time.
指定された絶対時間を含むより大きいカレンダー単位(例えば月)の中で、より小さいカレンダー単位(例えば日にち)が取ることができる絶対時間値からなる範囲を返します。
- rangeOfUnit:startDate:interval:forDate:
Returns by reference the starting time and duration of a given calendar unit that contains a given date.
与えられた日付を含む与えられたカレンダー単位での開始時間と期間を参照によって返します。
- rangeOfWeekendStartDate:interval:containingDate:
Returns whether a given date falls within a weekend period, and if so, returns by reference the start date and time interval of the weekend range.
与えられた日付がある週末期間の範囲に収まるかどうかを返します、そしてもしそうならば、参照によってその週末範囲の開始日付と時間間隔を返します。
NSCalendarUnit
Calendrical units such as year, month, day and hour.
カレンダーに関する単位、例えば年、月、日にちと時刻。