func addTimeInterval (TimeInterval)
Adds a time interval to this date.
時間間隔をこの日付に加えます。
func addingTimeInterval (TimeInterval) -> Date
Creates a new date value by adding a time interval to this date.
ある時間間隔をこの日付に加えることによって新しい日付値を作成します。
static func + (Date, TimeInterval) -> Date
Returns a date with a specified amount of time added to it.
指定された量の時間をそれに加えたある日付を返します。
static func += (inout Date, TimeInterval)
Adds a time interval to a date.
ある時間間隔を日付に加えます。
static func - (Date, TimeInterval) -> Date
Returns a date with a specified amount of time subtracted from it.
指定された量の時間をそれから引いたある日付を返します。
static func -= (inout Date, TimeInterval)
Subtracts a time interval from a date.
ある日付から時間間隔を引きます。