Instance Method
インスタンスメソッド
dateBySettingHour:minute:second:ofDate:options:
Creates a new date calculated with the given time.
与えられた時間で計算される新しい日付を作成します。
Parameters
パラメータ
h
m
s
date
The date to use to perform the calculation.
計算を実行するために使う日付。
opts
Options for the calculation. For possible values, see NSCalendarOptions
.
計算に対するオプション。可能な値として、NSCalendarOptions
を見てください。
Return Value
戻り値
A new NSDate
instance representing the date calculated by setting the given hour, minute, and second, to a given time. If no such time exists for the specified components, the next available date is returned, which may be on a different calendar day.
新しいNSDate
インスタンスで、それはこの与えられた時間、分、そして秒をある与えられた時間に対して配置するによって計算される日付を表しています。そのような時間が指定された構成要素それらに対して存在しないならば、次の利用可能な日付が返されます、それは異なる暦日であるかもしれません。
Discussion
議論
You can use this method to calculate a date at a different time of a particular calendar day.
あなたはこのメソッドを使って、特定の暦日の異なる時間を算出できます。
See Also
参照
Calculating Dates
日付を計算する
- dateFromComponents:
Returns a date representing the absolute time calculated from given components.
与えられた構成要素から計算される絶対時間を表している日付を返します。
- dateByAddingUnit:value:toDate:options:
Returns a date representing the absolute time calculated by adding the value of a given component to a given date.
ある与えられた構成要素をある与えられた日付に加えることによって計算される絶対時間を表している日付を返します。
- dateBySettingUnit:value:ofDate:options:
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.
与えられた日付の指定構成要素をある与えられた値に設定して、一方でより低い構成要素を同じままに保とうとすることによって計算された日付を表している新しい日付を返します。