AddMinutes()

DateTime::AddMinutes(double) const method

Returns a new instance of the DateTime class representing the date and time value which is the sum of the value represented by the current object and the specified number of minutes.

DateTime System::DateTime::AddMinutes(double value) const

Arguments

ParameterTypeDescription
valuedoubleThe number of minutes to add; the value can be positive or negative

Return Value

A new instance of the DateTime class representing the date and time value which is the sum of the value represented by the current object and value minutes

See Also