The components into which to decompose date.
それへとdateを分解することになる構成要素いくつか。
date
The date for which to perform the calculation.
それに対して計算を実行することになる日付。
Return Value
戻り値
An NSDateComponents object containing date decomposed into the components specified by unitFlags. Returns nil if date falls outside of the defined range of the receiver or if the computation cannot be performed.
あるNSDateComponentsオブジェクト、含んでいるのはdateで、unitFlagsによって指定される構成要素それらへと分解されます。nilを返します、もしdateがその定義されるレシーバの範囲外ならばまたは計算が実行されることができないならば。
Discussion
議論
The Weekday ordinality, when requested, refers to the next larger (than Week) of the requested units. Some computations can take a relatively long time.
Weekday序数性は、要請される場合、要請された単位の次により大きい(Weekより)ものを参照します。いくつかの計算は、相対的に長い時間がかかることがあります。
The following example shows how to use this method to determine the current year, month, and day, using an existing calendar (gregorian):
次の例は、このメソッドを使って現在の年、月、そして日を、既存のカレンダー(gregorian)を使って決定する方法を示します:
Returns all the date components of a date, as if in a given time zone (instead of the receiving calendar’s time zone).
ある日付の日付構成要素すべてを返します、まるで与えられたタイムゾーンの中であるかのように(受け取っているカレンダーの持つタイムゾーンの代わりに)。
Returns a date representing the absolute time calculated by adding given components to a given date.
与えられた構成要素それらをある与えられた日付に加えることによって計算される絶対時間を表している日付を返します。