The components from which to calculate the returned date.
返される日付をそれから算出することになる構成要素それら。
Return Value
戻り値
A new NSDate object representing the absolute time calculated from comps. Returns nil if the receiver cannot convert the components given in comps into an NSDate object.
新しいNSDateオブジェクトで、それはcompsから計算される絶対時間を表しています。nilを返します、もしレシーバがcompsで与えられた構成要素をNSDateオブジェクトに変換できないならば。
Discussion
議論
When there are insufficient components provided to completely specify an absolute time, a calendar uses default values of its choice. When there is inconsistent information, a calendar may ignore some of the components parameters or the method may return nil. Unnecessary components are ignored (for example, Day takes precedence over Weekday and Weekday ordinals).
完全に絶対時間を指定するのに不十分な構成要素が提供される場合、カレンダーはそれの選択の省略時の値を使います。一致しない情報がある場合、カレンダーはいくつかの構成要素パラメータを無視するかもしれませんまたはメソッドがnilを返すかもしれません。不必要な構成要素は無視されます(例えば、DayはWeekdayおよびWeekday ordinalsに優先します)。
The following example shows how to use this method to create a date object to represent 14:10:00 on 6 January 1965, for a given calendar (gregorian).
続く例は、どのようにこのメソッドを使って1965年1月6日の14:10:00を表す日付オブジェクトを、ある与えられたカレンダー(gregorian)に対して作成するかを示します。
Note that some computations can take a relatively long time to perform.
いくつかの計算は実行に比較的長い時間をとる可能性があることに注意してください。
Returns a date representing the absolute time calculated by adding given components to a given date.
与えられた構成要素それらをある与えられた日付に加えることによって計算される絶対時間を表している日付を返します。
Returns a date representing the absolute time calculated by adding the value of a given component to a given date.
ある与えられた構成要素をある与えられた日付に加えることによって計算される絶対時間を表している日付を返します。
Returns a new date representing the date calculated by setting a specific component of a given date to a given value, while trying to keep lower components the same.
与えられた日付の指定構成要素をある与えられた値に設定して、一方でより低い構成要素を同じままに保とうとすることによって計算された日付を表している新しい日付を返します。